Method: CryptBufferConcern::Convertable#str

Defined in:
lib/crypto-toolbox/crypt_buffer/concerns/convertable.rb

#strObject Also known as: s



14
15
16
# File 'lib/crypto-toolbox/crypt_buffer/concerns/convertable.rb', line 14

def str
  map(&:chr).join
end