Skip to content

Instantly share code, notes, and snippets.

@matflores
Created October 22, 2010 14:40
Show Gist options
  • Save matflores/640647 to your computer and use it in GitHub Desktop.
Save matflores/640647 to your computer and use it in GitHub Desktop.
def find(options)
Set.new(sinter(*keys(options)), Wrapper.wrap(model))
end
def except(options)
Set.new(sdiff(*keys(options)), Wrapper.wrap(model))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment