# File lib/yard/config.rb, line 98 def self.save require 'yaml' File.open(CONFIG_FILE, 'w') {|f| f.write(YAML.dump(options)) } end