Sha256: 839ef31b4d05a3639a670a1d245f3244c181945e90ee60a6feef2342a0bc1136
Contents?: true
Size: 245 Bytes
Versions: 7
Compression:
Stored size: 245 Bytes
Contents
# encoding: utf-8 module BinarySpecs class Object < Function include Function::Binary, Function::Binary::Invertible def inspect "Binary(#{left.inspect}, #{right.inspect})" end end # class Object end # module BinarySpecs
Version data entries
7 entries across 7 versions & 2 rubygems