Method: Debugger::MethodCommand#regexp

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

#regexpObject



44
45
46
# File 'lib/ruby-debug/commands/method.rb', line 44

def regexp
  /^\s*m(?:ethod)?\s+((iv)|(i(:?nstance)?)\s+)?/
end