Class: Avm::EacRailsBase1::Runner::RailsServer

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

Constant Summary collapse

DEFAULT_RAILS_ENVIRONMENT =
'development'

Instance Method Summary collapse

Instance Method Details

#runObject



18
19
20
21
22
# File 'lib/avm/eac_rails_base1/runner/rails_server.rb', line 18

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