class Lhm::Printer::Base

Public Class Methods

new() click to toggle source
# File lib/lhm/printer.rb, line 10
def initialize
  @output = Output.new
end