You cannot chain methods like you show with length. But you can do this:
rule [f(c{|m| m.title.length > 10})]
Ultimately, the forms such as [m.foo == 'bar'] are just a short hand for the function style shown above. So it would be possible to extend the DSL to allows this though.
You will have to upgrade to 0.8 to take advantage of all this.
> --
> You received this message because you are subscribed to the Google Groups "Ruleby" group.
> To post to this group, send email to rul...@googlegroups.com.
> To unsubscribe from this group, send email to ruleby+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/ruleby?hl=en.
>