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