Class: Windows::Units::Converter::Finder
- Inherits:
-
Struct
- Object
- Struct
- Windows::Units::Converter::Finder
- Includes:
- Formats
- Defined in:
- lib/windows/units/converter.rb
Constant Summary
Constants included from Formats
Windows::Units::Converter::Formats::SUPPORTED_FORMATS
Instance Attribute Summary collapse
-
#el ⇒ Object
Returns the value of attribute el.
Instance Method Summary collapse
Methods included from Formats
#format_for, #supported_formats
Instance Attribute Details
#el ⇒ Object
Returns the value of attribute el
49 50 51 |
# File 'lib/windows/units/converter.rb', line 49 def el @el end |
Instance Method Details
#to(format, *args) ⇒ Object
52 53 54 |
# File 'lib/windows/units/converter.rb', line 52 def to(format, *args) format_for(format, el, *args).run end |