class Byebug::MethodCommand

def self.regexp

def self.regexp
  /^\s* m(?:ethod)? \s+ (i(:?nstance)?\s+)?/x
end