summaryrefslogtreecommitdiff
path: root/test/test_singleton.rb
AgeCommit message (Expand)Author
2023-06-05[ruby/singleton] Simplify implementation of `Singleton#instance`.Daniel Pepper
2023-06-05[ruby/singleton] Revert "Simplify the implementationHiroshi SHIBATA
2023-06-03[ruby/singleton] Simplify the implementationDaniel Pepper
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-06-02use assert_raisenobu
2011-05-17 * test/test_singleton.rb: Add tests from lib/singleton.rb. Patch bydrbrain
2008-07-03new file.akr