# File lib/libwebsocket/url.rb, line 9 def initialize(hash = {}) hash.each do |k,v| instance_variable_set("@#{k}",v) end @secure ||= false end