Class: Stick::Units::StandardLoader

Inherits:
Loader
  • Object
show all
Defined in:
lib/stick/units/loaders.rb

Instance Method Summary collapse

Methods inherited from Loader

handles, method_added

Instance Method Details

#unit(converter, name, args) ⇒ Object



93
94
95
# File 'lib/stick/units/loaders.rb', line 93

def unit(converter, name, args)
  converter.send(:register_unit, name, args)
end