6 7 8 9
# File 'lib/openpgp/buffer.rb', line 6 def self.write(*args, &block) buffer = self.new(*args, &block) buffer.string end