Libraries
»
klacointe-openpgp
(0.0.1.3)
»
Index
»
OpenPGP
»
Buffer
»
#write_bytes
Method: OpenPGP::Buffer#write_bytes
Defined in:
lib/openpgp/buffer.rb
#
write_bytes
(value) ⇒
Object
88 89 90
# File 'lib/openpgp/buffer.rb', line 88
def
write_bytes
(
value
)
self
<<
value
end