15 16 17 18
# File 'lib/m3u8/key_item.rb', line 15 def self.parse(text) attributes = parse_attributes(text) KeyItem.new(attributes) end