```ruby default_options.each_pair { |key, default| instance_variable_set("@#{key}", options.fetch(key, default)) } ```