# File lib/jeweler/commands/release_gemspec.rb, line 8 def initialize(attributes = {}) self.output = $stdout attributes.each_pair do |key, value| send("#{key}=", value) end end