IronRuby.Builtins.IronRubyOps.GetGlobalScope C# (CSharp) Method

GetGlobalScope() private method

private GetGlobalScope ( RubyContext context, RubyModule self ) : Scope
context RubyContext
self RubyModule
return Microsoft.Scripting.Runtime.Scope
        public static Scope/*!*/ GetGlobalScope(RubyContext/*!*/ context, RubyModule/*!*/ self) {
            return context.DomainManager.Globals;
        }