# File lib/rubocop/git/commit_file.rb, line 13
  def content
    @content ||= begin
      unless removed?
        @commit.file_content(filename)
      end
    end
  end