Sha256: 65c9de0bd23873e5b0d2c9327db85da9eabd1338d8d18ce8f26b03f36711b3a8

Contents?: true

Size: 177 Bytes

Versions: 12

Compression:

Stored size: 177 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)+
  class Binary < ::String
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
upsert-0.4.0 lib/upsert/binary.rb
upsert-0.3.4 lib/upsert/binary.rb
upsert-0.3.3 lib/upsert/binary.rb
upsert-0.3.2 lib/upsert/binary.rb
upsert-0.3.1 lib/upsert/binary.rb
upsert-0.3.0 lib/upsert/binary.rb
upsert-0.2.2 lib/upsert/binary.rb
upsert-0.2.1 lib/upsert/binary.rb
upsert-0.2.0 lib/upsert/binary.rb
upsert-0.1.2 lib/upsert/binary.rb
upsert-0.1.1 lib/upsert/binary.rb
upsert-0.1.0 lib/upsert/binary.rb