Sha256: f0a2ae44057501a2da5df854341dc95744b597c0984f62f9aaca15366ccbd1be

Contents?: true

Size: 118 Bytes

Versions: 1

Compression:

Stored size: 118 Bytes

Contents

class UState::Query
  class False < Node
    def initialize
    end

    def ===(state)
      false
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ustate-client-0.0.7 lib/ustate/query/false.rb