Skip to content

Instantly share code, notes, and snippets.

@hlubek
Created October 28, 2009 19:07
Show Gist options
  • Save hlubek/220722 to your computer and use it in GitHub Desktop.
Save hlubek/220722 to your computer and use it in GitHub Desktop.
rubel = Rubel::Evaluator.new
result = rubel.evaluate 'firstname == 'Charly' or age > 16',
:with => {'user' => {'firstname' => 'Charly', 'age' => 15}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment