Skip to content

Instantly share code, notes, and snippets.

@alindeman
Created December 22, 2010 15:06
Show Gist options
  • Save alindeman/751624 to your computer and use it in GitHub Desktop.
Save alindeman/751624 to your computer and use it in GitHub Desktop.
def with_scope(*locator)
locator.compact.empty? ? yield : within(*locator) { yield }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment