Class: Management::Server::Console

Inherits:
Command
  • Object
show all
Includes:
Helper
Defined in:
lib/management/commands/server/console.rb

Instance Method Summary collapse

Methods included from Helper

#cloud, #config, #get_address, #get_env, #get_script, #get_server, #get_type, #live_servers, #system_verbose

Methods inherited from Command

all, #arg_list, #call_with, #command_name, #fn, #help_string, inherited, maxlen, #true_arity

Instance Method Details

#runObject



11
12
13
14
# File 'lib/management/commands/server/console.rb', line 11

def run()
  require 'pry'
  binding.pry
end