class Puma::MiniSSL::Context

def cert_pem=(cert_pem)

def cert_pem=(cert_pem)
  raise ArgumentError, "'cert_pem' is not a String" unless cert_pem.is_a? String
  @cert_pem = cert_pem
end