Class: Rational

Inherits:
Object
  • Object
show all
Defined in:
lib/unit.rb

Instance Method Summary collapse

Instance Method Details

#to_unit(system = nil) ⇒ Object



447
448
449
450
# File 'lib/unit.rb', line 447

def to_unit(system = nil)
  system ||= Unit::System::DEFAULT
  Unit.new(numerator, denominator, [], system)
end