Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
upsert / lib / upsert / binary.rb
Size: Mime:
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