# File lib/jeweler/version_helper.rb, line 9 def write File.open(yaml_path, 'w+') do |f| YAML.dump(self.to_hash, f) end end