Skip to content

Instantly share code, notes, and snippets.

@flash-gordon
Created February 16, 2019 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flash-gordon/38dfb992ddc54b6bb45f2fb319e0a812 to your computer and use it in GitHub Desktop.
Save flash-gordon/38dfb992ddc54b6bb45f2fb319e0a812 to your computer and use it in GitHub Desktop.
begin
puts "What's your name?"
name = gets
puts "Hello #{name}"
rescue Read => err
err.continue("foobar")
rescue Write => err
err.continue
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment