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