Method: Quantify::Unit::Base.construct_and_load
- Defined in:
- lib/quantify/unit/base_unit.rb
.construct_and_load(unit, &block) ⇒ Object
17 18 19 |
# File 'lib/quantify/unit/base_unit.rb', line 17 def self.construct_and_load(unit,&block) self.construct(unit, &block).load end |