class Byebug::VarCommand

def description

def description
  prettify <<-EOD
    [v]ar
    Show variables and its values.
  EOD
end