class Byebug::VarCommand::GlobalSubcommand
Shows global variables
def description
def description <<-EOD v[ar] g[lobal] #{short_description} EOD end
def execute
def execute var_global end
def regexp
def regexp /^\s* g(?:lobal)? \s*$/x end
def short_description
def short_description 'Shows global variables.' end