Module: Taketo::Printer
- Included in:
- ConfigPrinterVisitor, SSHConfigGeneratorVisitor
- Defined in:
- lib/taketo/printer.rb
Instance Method Summary collapse
Instance Method Details
#initialize ⇒ Object
4 5 6 7 |
# File 'lib/taketo/printer.rb', line 4 def initialize @indent_level = 0 @print_result = "" end |
#result ⇒ Object
9 10 11 |
# File 'lib/taketo/printer.rb', line 9 def result @print_result.chomp end |