Method: Debugger::FinishCommand.help

Defined in:
lib/ruby-debug/commands/stepping.rb

.help(cmd) ⇒ Object



79
80
81
82
83
# File 'lib/ruby-debug/commands/stepping.rb', line 79

def help(cmd)
  %{
    fin[ish]\treturn to outer frame
  }
end