Class: Lhm::Printer::Dot

Inherits:
Base
  • Object
show all
Defined in:
lib/lhm/printer.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Lhm::Printer::Base

Instance Method Details

#endObject



51
52
53
# File 'lib/lhm/printer.rb', line 51

def end
  @output.write "\n"
end

#notify(lowest = nil, highest = nil) ⇒ Object



47
48
49
# File 'lib/lhm/printer.rb', line 47

def notify(lowest = nil, highest = nil)
  @output.write "."
end