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



58
59
60
# File 'lib/lhm/printer.rb', line 58

def end
  @output.write "\n"
end

#notifyObject



54
55
56
# File 'lib/lhm/printer.rb', line 54

def notify(*)
  @output.write '.'
end