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.
379 380 381 |
# File 'lib/origami/object.rb', line 379 def native_type class_variable_get(:@@native_type) end |