Sha256: 93723d8ef5fd6797b4e34082dba8b33bf9ef4af26b8e7857a52167c99614626d

Contents?: true

Size: 192 Bytes

Versions: 22

Compression:

Stored size: 192 Bytes

Contents

class Upsert
  # A wrapper class for binary strings so that Upsert knows to escape them as such.
  #
  # Create them with +Upsert.binary(x)+
  #
  # @private
  Binary = Struct.new(:value)
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
upsert-2.9.10-java lib/upsert/binary.rb
upsert-2.9.10 lib/upsert/binary.rb
upsert-2.9.9-universal-java-11 lib/upsert/binary.rb
upsert-2.9.9 lib/upsert/binary.rb
upsert-2.2.1 lib/upsert/binary.rb
upsert-2.2.0 lib/upsert/binary.rb
upsert-2.1.2 lib/upsert/binary.rb
upsert-2.1.1 lib/upsert/binary.rb
upsert-2.1.0 lib/upsert/binary.rb
upsert-2.0.4 lib/upsert/binary.rb
upsert-2.0.3 lib/upsert/binary.rb
upsert-2.0.2 lib/upsert/binary.rb
upsert-2.0.1 lib/upsert/binary.rb
upsert-2.0.0 lib/upsert/binary.rb
upsert-1.2.0 lib/upsert/binary.rb
upsert-1.1.7 lib/upsert/binary.rb
upsert-1.1.6 lib/upsert/binary.rb
upsert-1.1.5 lib/upsert/binary.rb
upsert-1.1.4 lib/upsert/binary.rb
upsert-1.1.3 lib/upsert/binary.rb