Class: Germinate::Formatter
- Inherits:
-
Object
- Object
- Germinate::Formatter
- Includes:
- AlterEgo
- Defined in:
- lib/germinate/formatter.rb
Overview
Obsolete
Instance Attribute Summary collapse
-
#comment_prefix ⇒ Object
Returns the value of attribute comment_prefix.
Instance Method Summary collapse
-
#initialize(output = $stdio) ⇒ Formatter
constructor
A new instance of Formatter.
Constructor Details
#initialize(output = $stdio) ⇒ Formatter
Returns a new instance of Formatter.
9 10 11 |
# File 'lib/germinate/formatter.rb', line 9 def initialize(output=$stdio) @output = output end |
Instance Attribute Details
#comment_prefix ⇒ Object
Returns the value of attribute comment_prefix.
7 8 9 |
# File 'lib/germinate/formatter.rb', line 7 def comment_prefix @comment_prefix end |