Method: Debugger::Command#match

Defined in:
lib/ruby-debug-ide/command.rb

#match(input) ⇒ Object



91
92
93
# File 'lib/ruby-debug-ide/command.rb', line 91

def match(input)
  @match = regexp.match(input)
end