module DEBUGGER__::GlobalVariablesHelper
Constants
- SKIP_GLOBAL_LIST
Public Instance Methods
Source
# File bundled-src/debug-1.11.1/lib/debug/thread_client.rb, line 48 def safe_global_variables global_variables.reject{|name| SKIP_GLOBAL_LIST.include? name } end