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
49 50 51 |
# File 'lib/lhm/printer.rb', line 49 def end @output.write "\n" end |
#notify(lowest = nil, highest = nil) ⇒ Object
45 46 47 |
# File 'lib/lhm/printer.rb', line 45 def notify(lowest = nil, highest = nil) @output.write '.' end |