Sha256: f45c8ab83479dc8ba081782956ebdb1271cdf140c6b4872d47667e2c1b5637d1

Contents?: true

Size: 135 Bytes

Versions: 8

Compression:

Stored size: 135 Bytes

Contents

module Alf
  class Predicate
    module Lt
      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/lt.rb
alf-core-0.16.2 lib/alf/predicate/nodes/lt.rb
alf-core-0.16.1 lib/alf/predicate/nodes/lt.rb
alf-core-0.16.0 lib/alf/predicate/nodes/lt.rb
alf-core-0.15.0 lib/alf/predicate/nodes/lt.rb
alf-core-0.14.0 lib/alf-predicate/alf/predicate/nodes/lt.rb
alf-core-0.13.1 lib/alf-predicate/alf/predicate/nodes/lt.rb
alf-core-0.13.0 lib/alf-predicate/alf/predicate/nodes/lt.rb