72950568dd
ac717d65a3
a731125f12
a548792aa0
1
2
3
4 5 6 7
# frozen_string_literal: true exception = Exception.new("I am not blamable!") class << exception undef_method(:blame_file!) end raise exception