Module: Brcobranca::Currency

Defined in:
lib/brcobranca/currency.rb

Overview

Defined Under Namespace

Modules: Number, String

Constant Summary collapse

BRL =
{:delimiter => ".", :separator => ",", :unit => "R$", :precision => 2, :position => "before"}
USD =
{:delimiter => ',', :separator => ".", :unit => "US$", :precision => 2, :position => "before"}
DEFAULT =
BRL.merge(:unit => "")