module ActiveSupport::Dependencies::Blamable

def copy_blame!(exc)

def copy_blame!(exc)
  @blamed_files = exc.blamed_files.clone
  self
end