Module: Paf::Formattable::Initializer
- Defined in:
- lib/paf/formattable.rb
Overview
initialize method to be prepended to the including class
Instance Method Summary collapse
Instance Method Details
#initialize ⇒ Object
19 20 21 22 |
# File 'lib/paf/formattable.rb', line 19 def initialize(*) super if defined? super @formatter ||= Paf::ArrayFormatter.new end |