class Lhm::Printer::Dot

Public Instance Methods

end() click to toggle source
# File lib/lhm/printer.rb, line 54
def end
  @output.write "\n"
end
notify(*) click to toggle source
# File lib/lhm/printer.rb, line 50
def notify(*)
  @output.write '.'
end