Module: DEBUGGER__::GlobalVariablesHelper
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | lib/debug/thread_client.rb |
Constant Summary
-
SKIP_GLOBAL_LIST =
# File 'lib/debug/thread_client.rb', line 47%i[$= $KCODE $-K $SAFE].freeze
Instance Method Summary
Instance Method Details
#safe_global_variables
[ GitHub ]# File 'lib/debug/thread_client.rb', line 48
def safe_global_variables global_variables.reject{|name| SKIP_GLOBAL_LIST.include? name } end