Sha256: 153bff63697928331d2bac7b2af975b6b78109c5bf25a391962e4e6964733c96

Contents?: true

Size: 135 Bytes

Versions: 8

Compression:

Stored size: 135 Bytes

Contents

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