Method: Faith::Output#initialize
- Defined in:
- lib/faith/output.rb
#initialize ⇒ Output
Returns a new instance of Output.
5 6 7 |
# File 'lib/faith/output.rb', line 5 def initialize @indent_level = 0 end |
Returns a new instance of Output.
5 6 7 |
# File 'lib/faith/output.rb', line 5 def initialize @indent_level = 0 end |