Public: module responsible to define Money tiny type and related methods
Classes: Money
"0.2.0"
9 10 11
# File 'lib/tiny_money.rb', line 9 def money(value) Money.new(value) end