Module: BillingLogic::CommandBuilders::BuilderHelpers

Included in:
AggregateWordBuilder
Defined in:
lib/billing_logic/command_builders/command_builders.rb

Class Method Summary collapse

Class Method Details

.money(money) ⇒ Object



8
9
10
# File 'lib/billing_logic/command_builders/command_builders.rb', line 8

def self.money(money)
  "%01.2f" % Float(money)
end