class Byebug::VarCommand::LocalSubcommand
Shows local variables in current scope
def description
def description <<-EOD v[ar] l[ocal] #{short_description} EOD end
def execute
def execute var_local end
def regexp
def regexp /^\s* l(?:ocal)? \s*$/x end
def short_description
def short_description 'Shows local variables in current scope.' end