Class: Lhm::Printer::Dot
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Lhm::Printer::Base
Instance Method Details
#end ⇒ Object
58 59 60 |
# File 'lib/lhm/printer.rb', line 58 def end @output.write "\n" end |
#notify ⇒ Object
54 55 56 |
# File 'lib/lhm/printer.rb', line 54 def notify(*) @output.write '.' end |