Skip to content

Instantly share code, notes, and snippets.

@fukajun
Created December 13, 2012 05:11
Show Gist options
  • Select an option

  • Save fukajun/4274201 to your computer and use it in GitHub Desktop.

Select an option

Save fukajun/4274201 to your computer and use it in GitHub Desktop.
埋め込んだ変数にrescueできるの知らなかった
puts "In a non-matching group, help is #{help rescue 'not available'}" # not availableが表示される
puts "#{raise "hoge" rescue "aaa" }" # aaaが表示される
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment