Parent

String

Public Instance Methods

to_unit(converter = nil) click to toggle source
     # File lib/van/units/base.rb, line 983
983:   def to_unit(converter = nil)
984:     Van::Units::Unit.new(self, converter)
985:   end
to_value(converter = nil) click to toggle source
     # File lib/van/units/base.rb, line 988
988:   def to_value(converter = nil)
989:     Van::Units::Value.new(self, converter)
990:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.