Class: Kosher::Unit

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

Instance Method Summary collapse

Instance Method Details

#priceObject



6
7
8
# File 'lib/kosher/unit.rb', line 6

def price
  Money.new(cents, currency)
end