Module: Formatting
- Defined in:
- lib/formatting.rb,
lib/formatting/number.rb,
lib/formatting/version.rb,
lib/formatting/currency.rb
Defined Under Namespace
Constant Summary collapse
- NON_BREAKING_SPACE =
"\xc2\xa0"- VERSION =
"0.0.1"
Class Attribute Summary collapse
-
.defaults ⇒ Object
Returns the value of attribute defaults.
Method Summary
Methods included from Number
Methods included from Currency
Class Attribute Details
.defaults ⇒ Object
Returns the value of attribute defaults.
9 10 11 |
# File 'lib/formatting.rb', line 9 def defaults @defaults end |