Class: Nib::Debug

Inherits:
Object
  • Object
show all
Includes:
Command
Defined in:
lib/nib/debug.rb

Instance Method Summary collapse

Methods included from Command

#alternate_compose_file, #entrypoint, included, #initialize, #script

Instance Method Details

#executeObject



4
5
6
7
8
9
10
# File 'lib/nib/debug.rb', line 4

def execute
  raise 'RUBY_DEBUG_PORT not specified. See "nib debug help"' unless port

  puts "Connecting to server via:\n> #{command}"

  super
end