a548792aa0
1 2 3 4 5
exception = Exception.new('I am not blamable!') class << exception undef_method(:blame_file!) end raise exception