module CryptBufferConcern::Comparable

Public Instance Methods

==(other) click to toggle source
# File lib/crypto-toolbox/crypt_buffer/concerns/comparable.rb, line 3
def ==(other)
  bytes == CryptBuffer(other).bytes
end