Class: Woods::Formatting::Base Abstract
- Inherits:
-
Object
- Object
- Woods::Formatting::Base
- Defined in:
- lib/woods/formatting/base.rb
Overview
Direct Known Subclasses
Instance Method Summary collapse
-
#format(_assembled_context) ⇒ String
Format an assembled context for output.
Instance Method Details
#format(_assembled_context) ⇒ String
Format an assembled context for output.
25 26 27 |
# File 'lib/woods/formatting/base.rb', line 25 def format(_assembled_context) raise NotImplementedError, "#{self.class}#format must be implemented" end |