Class: Fcoin::BaseFormatter
- Inherits:
-
Object
- Object
- Fcoin::BaseFormatter
- Defined in:
- lib/fcoin/formatter/base_formatter.rb
Direct Known Subclasses
Instance Method Summary collapse
- #formatted_body ⇒ Object abstract
Instance Method Details
#formatted_body ⇒ Object
This method is abstract.
Subclass and override #fromatted_body to implement
4 5 6 |
# File 'lib/fcoin/formatter/base_formatter.rb', line 4 def formatted_body raise 'Please be implemented in inheriting.' end |