Skip to content

Instantly share code, notes, and snippets.

@jrunning
Created January 27, 2013 19:08
Show Gist options
  • Select an option

  • Save jrunning/4649830 to your computer and use it in GitHub Desktop.

Select an option

Save jrunning/4649830 to your computer and use it in GitHub Desktop.
puts "yay!" if http_response.is_a? HTTPSuccess
case http_response
when HTTPSuccess
puts "here!"
when HTTPFound, HTTPMovedPermanently
puts "over there!"
else
puts "go away!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment