Class: Germinate::Formatter

Inherits:
Object
  • Object
show all
Includes:
AlterEgo
Defined in:
lib/germinate/formatter.rb

Overview

Obsolete

Instance Attribute Summary collapse

Instance Method Summary collapse

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_prefixObject

Returns the value of attribute comment_prefix.



7
8
9
# File 'lib/germinate/formatter.rb', line 7

def comment_prefix
  @comment_prefix
end