module DEBUGGER__::GlobalVariablesHelper
Constants
- SKIP_GLOBAL_LIST
Public Instance Methods
safe_global_variables()
click to toggle source
# File debug-1.9.1/lib/debug/thread_client.rb, line 48 def safe_global_variables global_variables.reject{|name| SKIP_GLOBAL_LIST.include? name } end