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