Sha256: 863a7d01d8623701f019b55fad951a3961167886df1eaaae242ef9e72a52ff53
Contents?: true
Size: 159 Bytes
Versions: 2
Compression:
Stored size: 159 Bytes
Contents
module ATP class NOT attr_reader :value def initialize(value) @value = value end def inspect "NOT[#{value}]" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
atp-0.2.1 | lib/atp/not.rb |
atp-0.2.0 | lib/atp/not.rb |