Skip to content

Instantly share code, notes, and snippets.

@moxie
Created August 30, 2011 13:52
Show Gist options
  • Save moxie/1180934 to your computer and use it in GitHub Desktop.
Save moxie/1180934 to your computer and use it in GitHub Desktop.
def blah
begin
Timeout.timeout(1) do
sleep(2)
end
rescue Exception => e
return {:foo => :bar}
end
end
blah => nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment