Skip to content

Instantly share code, notes, and snippets.

@reset
Created December 7, 2012 04:46
Show Gist options
  • Save reset/4230815 to your computer and use it in GitHub Desktop.
Save reset/4230815 to your computer and use it in GitHub Desktop.
module Some
class Application < Celluloid::SupervisionGroup
supervise Some::Component, as: :some_component
end
end
config = Some::Config.new
Some::Application.run!(config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment