module Paf::Formattable::Initializer

initialize method to be prepended to the including class

Public Class Methods

new(*) click to toggle source
Calls superclass method
# File lib/paf/formattable.rb, line 19
def initialize(*)
  super if defined? super
  @formatter ||= Paf::ArrayFormatter.new
end