Skip to content

Instantly share code, notes, and snippets.

@mdkent
Created February 16, 2010 17:34
Show Gist options
  • Save mdkent/305714 to your computer and use it in GitHub Desktop.
Save mdkent/305714 to your computer and use it in GitHub Desktop.
define :foo, do
if params.has_key?(:bar) == false
raise ArgumentError, "bar is a required argument!"
end
# do stuff!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment