423424425426427428429
* * @param text the expression to be evaluated * @return the builder to continue processing the DSL */ public T ruby(String text) { return expression(new RubyExpression(text)); }