# File lib/licensee/content_helper.rb, line 16
    def length
      return 0 unless content_normalized
      content_normalized.length
    end