Sha256: 57cbeaac71933695006083452b66a71b17b671d81c95883c32dec3dd697f81f6
Contents?: true
Size: 192 Bytes
Versions: 1
Compression:
Stored size: 192 Bytes
Contents
class UState::Query class Not < Node def initialize(a) @a = a end def ===(state) not @a === state end def inspect inspect_helper @a end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ustate-client-0.0.7 | lib/ustate/query/not.rb |