aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/dependencies/raises_exception_without_blame_file.rb
blob: 7c3856b1e6103302b514ea2dc9d8aaecf615adfb (plain) (blame)
1
2
3
4
5
exception = Exception.new("I am not blamable!")
class << exception
  undef_method(:blame_file!)
end
raise exception