Skip to content

Instantly share code, notes, and snippets.

@arietis
Last active August 29, 2015 14:17
Show Gist options
  • Save arietis/e8ac913aebd48d441071 to your computer and use it in GitHub Desktop.
Save arietis/e8ac913aebd48d441071 to your computer and use it in GitHub Desktop.
class Mediator
attr_accessor :services
def initialize
@services = []
end
self.new
#breakpoint
some_code
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment