lib/upsert/binary.rb in upsert-1.0.2 vs lib/upsert/binary.rb in upsert-1.1.0
- old
+ new
@@ -1,6 +1,8 @@
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