Skip to content

Instantly share code, notes, and snippets.

@chelsea
Created October 22, 2010 18:29
Show Gist options
  • Save chelsea/641109 to your computer and use it in GitHub Desktop.
Save chelsea/641109 to your computer and use it in GitHub Desktop.
scopes[name] = danny do |parent_scope, *args|
Scope.new(murder_danny, case options
when Hash
options
when Proc
options.call(*args)
end, &block)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment