Method: Debugger::WhereCommand#regexp

Defined in:
lib/ruby-debug-ide/commands/frame.rb

#regexpObject



36
37
38
# File 'lib/ruby-debug-ide/commands/frame.rb', line 36

def regexp
  /^\s*(?:w(?:here)?|bt|backtrace)$/
end