String
A buffer which will retain binary encoding.
# File openssl/lib/openssl/buffering.rb, line 27 def initialize super force_encoding(BINARY) end
# File openssl/lib/openssl/buffering.rb, line 33 def << string if string.encoding == BINARY super(string) else super(string.b) end return self end
This page was generated for Ruby 3.1.2
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.