Sha256: 2b7962278523f8bb75c510dac59d5371820ec2c3f67179fdc251198e9148d2bd

Contents?: true

Size: 137 Bytes

Versions: 8

Compression:

Stored size: 137 Bytes

Contents

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