Module: Origami::Object::ClassMethods
- Defined in:
- lib/origami/object.rb
Instance Method Summary collapse
-
#native_type ⇒ Object
Returns the native type of the derived class or module.
Instance Method Details
#native_type ⇒ Object
Returns the native type of the derived class or module.
372 373 374 |
# File 'lib/origami/object.rb', line 372 def native_type self.class_variable_get(:@@native_type) end |