Skip to content

Instantly share code, notes, and snippets.

@braidn
Created October 14, 2013 02:05
Show Gist options
  • Save braidn/6969645 to your computer and use it in GitHub Desktop.
Save braidn/6969645 to your computer and use it in GitHub Desktop.
module Quarterly
class GiftMailerFactory
def self.create(args)
new.create(args)
end
def create
#do something that either produces data or
#instantiates another Class?
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment