Class: Lhm::Printer::Base
- Inherits:
-
Object
- Object
- Lhm::Printer::Base
- Defined in:
- lib/lhm/printer.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
10 11 12 |
# File 'lib/lhm/printer.rb', line 10 def initialize @output = Output.new end |