Class: Avm::Tools::Runner::EacRailsBase0::RailsServer

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/tools/runner/eac_rails_base0/rails_server.rb

Constant Summary collapse

DEFAULT_RAILS_ENVIRONMENT =
'development'

Instance Method Summary collapse

Instance Method Details

#runObject



19
20
21
22
23
# File 'lib/avm/tools/runner/eac_rails_base0/rails_server.rb', line 19

def run
  infov 'Environment', rails_environment
  infov 'Bundle args', ::Shellwords.join(bundle_args)
  infov 'Result', bundle_command.system
end