Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/gamebox/lib/metaclass.rb
Class Method Summary (collapse)
-
+ (Object) metaclass
Get a metaclass for this class.
Class Method Details
+ (Object) metaclass
Get a metaclass for this class
3 4 5 |
# File 'lib/gamebox/lib/metaclass.rb', line 3 def self. # :nodoc: class << self; self; end; end |