# File lib/uber/options.rb, line 6 def initialize(options) @static = options options.each do |k,v| self[k] = Option[v, instance_exec: true] end end