Methods

Van::Units::SILoader

Constants

SI_PREFIXES

The prefixes used for SI units. See also Converter#register_si_unit.

Public Instance Methods

si_unit(converter, name, *args) click to toggle source
    # File lib/van/units/units.rb, line 34
34:     def si_unit(converter, name, *args)
35:       converter.send(:register_prefixed_unit, name, SI_PREFIXES, *args)
36:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.