Sha256: 769b9cfc324394354a282195697a039a68649f0f5abae4ab24923f5a10793c45

Contents?: true

Size: 199 Bytes

Versions: 1

Compression:

Stored size: 199 Bytes

Contents

= AntiObject

AntiObject is just a simple way to pass around an object that is the inverse of another
object.

== USAGE:

 a = [1,2,3]
 b = ~a

 b.kind_of?(AntiObject)
 # => true

 a == ~b
 # => true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
anti_object-1.0.0 README.rdoc