# File lib/yard/options.rb, line 108 def update(opts) opts = opts.to_hash if Options === opts opts.each do |key, value| self[key] = value end self end