Class: Object

Inherits:
BasicObject
Defined in:
lib/predicated/lib/predicated/selectable.rb

Instance Method Summary collapse

Instance Method Details

#singleton_classObject

todo: make this definition conditional todo: move this to a monkey patch file



5
6
7
8
9
# File 'lib/predicated/lib/predicated/selectable.rb', line 5

def singleton_class
   class << self
     self
   end
end