backtrace -> [String]
バックトレース情報を返します。
デフォルトでは
という形式の String の配列です。
def methd raise end begin methd rescue => e p e.backtrace end #=> ["filename.rb:2:in `methd'", "filename.rb:6"]
[SEE_ALSO] Exception#backtrace_locations