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.



10
11
12
# File 'lib/lhm/printer.rb', line 10

def initialize
  @output = Output.new
end