class Byebug::VarCommand


Shows variables and its values

def description

def description
  <<-EOD
    [v]ar <subcommand>
    Shows variables and its values.
  EOD
end

def regexp

def regexp
  /^\s* v(?:ar)? (?:\s+ (.+))? \s*$/x
end