Method: Debugger::ThreadCurrentCommand.help

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

.help(cmd) ⇒ Object



193
194
195
196
197
# File 'lib/ruby-debug/commands/threads.rb', line 193

def help(cmd)
  %{
    th[read] [cur[rent]]\t\tshow current thread
  }
end