class Object
Public Instance Methods
Money( arg )
click to toggle source
“global” converter function e.g. Money(0)
# File lib/units-money.rb, line 20 def Money( arg ) arg; end
“global” converter function e.g. Money(0)
# File lib/units-money.rb, line 20 def Money( arg ) arg; end