Module: Debugger::VarFunctions

Defined in:
lib/debugger/xml/extensions/commands/variables.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#var_globalObject



4
5
6
# File 'lib/debugger/xml/extensions/commands/variables.rb', line 4

def var_global
  var_list(global_variables.reject { |v| [:$=, :$KCODE, :$-K, :$FILENAME].include?(v) })
end