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