Skip to content

Instantly share code, notes, and snippets.

@janjiss
Created December 14, 2015 14:06
Show Gist options
  • Save janjiss/93af0c3bfe44dd9b2bbd to your computer and use it in GitHub Desktop.
Save janjiss/93af0c3bfe44dd9b2bbd to your computer and use it in GitHub Desktop.
parser = Parser.new
gateway = Gateway.new
input = "SOME INPUT FORM WHATEVER"
Notifier.new(input, parser, gateway).call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment