class Byebug::Command

def arguments

def arguments
  @match[0].split(" ").drop(1).join(" ")
end