module Punchout::Fabricable

Public Instance Methods

puncher() click to toggle source
# File lib/punchout/fabricable.rb, line 5
def puncher
  @puncher ||= Fabricator.new(factory)
end