method

describe_blame

describe_blame()
public

No documentation available.

# File activesupport/lib/active_support/dependencies.rb, line 543
  def describe_blame
    return nil if blamed_files.empty?
    "This error occurred while loading the following files:\n   #{blamed_files.join "\n   "}"
  end