Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/predicated/selectable.rb
Instance Method Summary collapse
-
#singleton_class ⇒ Object
todo: make this definition conditional todo: move this to a monkey patch file.
Instance Method Details
#singleton_class ⇒ Object
todo: make this definition conditional todo: move this to a monkey patch file
5 6 7 8 9 |
# File 'lib/predicated/selectable.rb', line 5 def singleton_class class << self self end end |