IronRuby.Compiler.Ast.RegularExpression.ToCondition C# (CSharp) Method

ToCondition() private method

private ToCondition ( LexicalScope currentScope ) : Expression
currentScope LexicalScope
return Expression
        internal override Expression/*!*/ ToCondition(LexicalScope/*!*/ currentScope) {
            return new RegularExpressionCondition(this);
        }
    }