Sha256: c26315a2e1f2f957d817fb40a0210f2853d937cdb9673161bc785a1151cc928d

Contents?: true

Size: 139 Bytes

Versions: 8

Compression:

Stored size: 139 Bytes

Contents

module Alf
  class Predicate
    module Neq
      include DyadicComp

      def operator_symbol
        :'!='
      end

    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
alf-core-0.16.3 lib/alf/predicate/nodes/neq.rb
alf-core-0.16.2 lib/alf/predicate/nodes/neq.rb
alf-core-0.16.1 lib/alf/predicate/nodes/neq.rb
alf-core-0.16.0 lib/alf/predicate/nodes/neq.rb
alf-core-0.15.0 lib/alf/predicate/nodes/neq.rb
alf-core-0.14.0 lib/alf-predicate/alf/predicate/nodes/neq.rb
alf-core-0.13.1 lib/alf-predicate/alf/predicate/nodes/neq.rb
alf-core-0.13.0 lib/alf-predicate/alf/predicate/nodes/neq.rb