Skip to content

Instantly share code, notes, and snippets.

@tobias
Forked from jcrossley3/destination.rb
Created May 25, 2011 20:12
Show Gist options
  • Save tobias/991821 to your computer and use it in GitHub Desktop.
Save tobias/991821 to your computer and use it in GitHub Desktop.
def initialize(destination, connection_factory = inject( 'connection-factory' ) )
@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