# File lib/licensee/license.rb, line 119
    def content
      @content ||= parts[2] if parts && parts[2]
    end