Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Created November 20, 2008 00:12
Show Gist options
  • Save dchelimsky/26844 to your computer and use it in GitHub Desktop.
Save dchelimsky/26844 to your computer and use it in GitHub Desktop.
def find(conditions)
conditions.each_pair do |k,v|
...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment