Class: PdfTemplator::NumberType
- Inherits:
-
NumericType
- Object
- Type
- NumericType
- PdfTemplator::NumberType
- Defined in:
- lib/pdf_templator/types.rb
Instance Attribute Summary
Attributes inherited from Type
Instance Method Summary collapse
Methods inherited from NumericType
Methods inherited from Type
Constructor Details
This class inherits a constructor from PdfTemplator::NumericType
Instance Method Details
#call ⇒ Object
43 44 45 |
# File 'lib/pdf_templator/types.rb', line 43 def call Money.new(content).format(symbol: false) end |