Class: Lhm::Printer::Base

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

Direct Known Subclasses

Dot, Percentage

Instance Method Summary collapse

Constructor Details

#initializeBase

Returns a new instance of Base.



12
13
14
# File 'lib/lhm/printer.rb', line 12

def initialize
  @output = Output.new
end