# File lib/deep_test/options.rb, line 35 35: def initialize(hash) 36: @origin_hostname = Socket.gethostname 37: check_option_keys(hash) 38: VALID_OPTIONS.each do |option| 39: send("#{option.name}=", hash[option.name] || option.default) 40: end 41: end