class OpenSSL::Buffering::Buffer
A buffer which will retain binary encoding.
Constants
- BINARY
Public Class Methods
new
()
Calls superclass method
String::new
# File ext/openssl/lib/openssl/buffering.rb, line 29 def initialize super force_encoding(BINARY) end