IronRuby.Builtins.ClassOps.Allocate C# (CSharp) Method

Allocate() private method

private Allocate ( ) : RuleGenerator
return RuleGenerator
        public static RuleGenerator/*!*/ Allocate() {
            return new RuleGenerator(RuleGenerators.InstanceAllocator);
        }