Class: Nib::Debug
Instance Method Summary collapse
Methods included from Command
#alternate_compose_file, #entrypoint, included, #initialize, #script
Instance Method Details
#execute ⇒ Object
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 |