Skip to content

Instantly share code, notes, and snippets.

@thijsc
Created February 5, 2010 17:17
Show Gist options
  • Save thijsc/295995 to your computer and use it in GitHub Desktop.
Save thijsc/295995 to your computer and use it in GitHub Desktop.
class Tosti
def self.validate(*ingredients)
ingredients.include?(:brood) && preparation_method == :grill
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment