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



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