Class: Module
- Inherits:
-
Object
- Object
- Module
- Includes:
- Constructable
- Defined in:
- lib/constructable/core_ext.rb
Constant Summary
Constants included from Constructable
Instance Method Summary collapse
Instance Method Details
#constructable(*args) ⇒ Object
36 37 38 39 40 |
# File 'lib/constructable/core_ext.rb', line 36 def constructable(*args) @constructor ||= Constructor.new(self) @constructor.define_attributes(args) return nil end |