Van::Units::IECBinaryLoader

Constants

BINARY_IEC_PREFIXES

The prefixes used for binary units in the IEC system. See also Converter#register_binary_iec_unit.

Public Instance Methods

binary_iec_unit(converter, name, *args) click to toggle source
     # File lib/van/units/units.rb, line 104
104:     def binary_iec_unit(converter, name, *args)
105:       converter.send(:register_prefixed_unit, name, BINARY_IEC_PREFIXES, *args)
106:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.