Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created May 25, 2011 20:10
Show Gist options
  • Save jcrossley3/991814 to your computer and use it in GitHub Desktop.
Save jcrossley3/991814 to your computer and use it in GitHub Desktop.
def initialize(destination, connection_factory = nil)
@name = destination
@connection_factory = ConnectionFactory.new( connection_factory )
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment