# File lib/gem2rpm/template.rb, line 59
    def read
      @content ||= begin
        File.open(@filename, OPEN_MODE, &:read)
      end
    end