Ruleby / ruleby

the Rules Engine for Ruby
http://www.ruleby.org
Other
327 stars 42 forks source link

Add binding & condition method aliases back in #18

Closed skalnik closed 8 years ago

skalnik commented 13 years ago

I've added the binding & condition method aliases back in. These were removed in August 2010 by Matt Smith saying they were "causing conflicts", however just having b and c makes the rules very hard to read for someone unfamiliar with the syntax.

I've run the project I'm working on now with this change, and the test suite, and have encountered no issues.

alindeman commented 13 years ago

Maybe binding conflicts with http://ruby-doc.org/core/classes/Kernel.html#M001448 ?

jkutner commented 12 years ago

Wow, i'm just now seeing this pull request for the first time. My apologies. I'll take a look ASAP.