Method: OpenPGP::Buffer.write

Defined in:
lib/openpgp/buffer.rb

.write(*args, &block) ⇒ Object



6
7
8
9
# File 'lib/openpgp/buffer.rb', line 6

def self.write(*args, &block)
  buffer = self.new(*args, &block)
  buffer.string
end