Method: Mooncell::Application#call

Defined in:
lib/mooncell/application.rb

#callObject

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

Since:

  • 0.1.0



83
84
85
86
# File 'lib/mooncell/application.rb', line 83

def call(*)
  protocol = Protocol.get(configuration.protocol)
  protocol.new(self).start
end