Sha256: e431963a68afb282f98595f6a9e0231186f290a14e71abb5f29957ec7fea147e

Contents?: true

Size: 367 Bytes

Versions: 5

Compression:

Stored size: 367 Bytes

Contents

module Alf
  module Operator
    module Relational
      class NotMatching
        include Relational, Binary

        signature do |s|
        end

        # (see Operator#compile)
        def compile
          Engine::Semi::Hash.new(left, right, false)
        end

      end # class NotMatching
    end # module Relational
  end # module Operator
end # module Alf

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alf-0.12.2 lib/alf/operator/relational/not_matching.rb
alf-0.12.1 lib/alf/operator/relational/not_matching.rb
alf-0.12.0 lib/alf/operator/relational/not_matching.rb
alf-0.11.1 lib/alf/operator/relational/not_matching.rb
alf-0.11.0 lib/alf/operator/relational/not_matching.rb