Skip to content

Instantly share code, notes, and snippets.

@ciaranarcher
Created January 17, 2012 11:17
Show Gist options
  • Save ciaranarcher/1626285 to your computer and use it in GitHub Desktop.
Save ciaranarcher/1626285 to your computer and use it in GitHub Desktop.
Question on blocks
@responder.respond do |r|
r.do_something
@responder.bad_request! # using @responder in it's own block, is this frowned upon?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment