Skip to content

Instantly share code, notes, and snippets.

@justinwyer
Created August 29, 2011 14:53
Show Gist options
  • Save justinwyer/1178548 to your computer and use it in GitHub Desktop.
Save justinwyer/1178548 to your computer and use it in GitHub Desktop.
rule "My_Rule"
when
animal : Animal()
then
animal.setSound('Grrrr');
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment