# File lib/rubyforge/cookie_manager.rb, line 29 def save! File.open(@cookies_file, 'wb') { |f| f.write(YAML.dump(self)) } end