Methods

Van::Units::BinaryLoader

Constants

BINARY_PREFIXES

The prefixes used for binary units. See also Converter#register_binary_unit.

Public Instance Methods

binary_unit(converter, name, *args) click to toggle source
    # File lib/van/units/units.rb, line 72
72:     def binary_unit(converter, name, *args)
73:       converter.send(:register_prefixed_unit, name, BINARY_PREFIXES, *args)
74:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.