Method: Mooncell::Application#call
- Defined in:
- lib/mooncell/application.rb
#call ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Run application
83 84 85 86 |
# File 'lib/mooncell/application.rb', line 83 def call(*) protocol = Protocol.get(configuration.protocol) protocol.new(self).start end |