Skip to content

Instantly share code, notes, and snippets.

@jdunck
Created February 6, 2013 03:41
Show Gist options
  • Select an option

  • Save jdunck/4720042 to your computer and use it in GitHub Desktop.

Select an option

Save jdunck/4720042 to your computer and use it in GitHub Desktop.
def x()
with(:category_id).any_of([210]) # defined only within the below block.. I think.
end
Sunspot.search(Frob) do
with(:frob_id, 1)
x()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment