模块 DEBUGGER__::GlobalVariablesHelper

常量

SKIP_GLOBAL_LIST

公共实例方法

safe_global_variables() 点击切换源代码
# File debug-1.10.0/lib/debug/thread_client.rb, line 48
def safe_global_variables
  global_variables.reject{|name| SKIP_GLOBAL_LIST.include? name }
end