Sha256: 93417f592b7a29e55a1b42115e3a8ced04e91f172290c7c43f2c71701acf2d3f

Contents?: true

Size: 136 Bytes

Versions: 4

Compression:

Stored size: 136 Bytes

Contents

class UState::Query
  class Not
    def initialize(a)
      @a = a
    end

    def ===(state)
      not @a === state
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ustate-client-0.0.6 lib/ustate/query/not.rb
ustate-client-0.0.5 lib/ustate/query/not.rb
ustate-client-0.0.4 lib/ustate/query/not.rb
ustate-client-0.0.3 lib/ustate/query/not.rb