Skip to content

Instantly share code, notes, and snippets.

@noqisofon
Created November 24, 2010 06:51
Show Gist options
  • Save noqisofon/713233 to your computer and use it in GitHub Desktop.
Save noqisofon/713233 to your computer and use it in GitHub Desktop.
raise テスト。
begin
raise "no input file."
rescue
puts "#{__FILE__}:#{$!.to_s}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment