Class: Mooncell::CLI::Commands::Server Private
- Defined in:
- lib/mooncell/cli/commands/server.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #call ⇒ Object private
Methods inherited from Base
Instance Method Details
#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.
13 14 15 16 17 18 19 |
# File 'lib/mooncell/cli/commands/server.rb', line 13 def call(*) # TODO: Add support for multiple application _, app = Mooncell.configuration.apps.first return if app.nil? app.call end |