Method: Object#meta_class
- Defined in:
- lib/extlib/object.rb
#meta_class ⇒ Class
Extracts the singleton class, so that metaprogramming can be done on it.
62 |
# File 'lib/extlib/object.rb', line 62 def () class << self; self end end |