IronRuby.Builtins.RangeOps.EachStorage.EachStorage C# (CSharp) Method

EachStorage() private method

private EachStorage ( RubyContext context ) : System
context RubyContext
return System
            public EachStorage(RubyContext/*!*/ context) : base(context) { }
RangeOps.EachStorage