module DEBUGGER__::GlobalVariablesHelper
Constants
- SKIP_GLOBAL_LIST
Public Instance Methods
                              safe_global_variables()
                              click to toggle source
                            
                            # 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