class Puma::MiniSSL::Context
def protocols=(list)
def protocols=(list) list = list.split(',').map(&:strip) if list.is_a?(String) @protocols = list end
def protocols=(list) list = list.split(',').map(&:strip) if list.is_a?(String) @protocols = list end