Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/iproto/core-ext.rb

Instance Method Summary collapse

Instance Method Details

#bObject



8
9
10
# File 'lib/iproto/core-ext.rb', line 8

def b
  force_encoding(::Encoding::BINARY)
end