# File lib/seed-fu/writer.rb, line 41 def self.write(io_or_filename, options = {}, &block) new(options).write(io_or_filename, &block) end