Sha256: 56a3672b0bd8b2ef5417f12d49a857604965c6c24f17dcd91dcd499582fdd708

Contents?: true

Size: 137 Bytes

Versions: 8

Compression:

Stored size: 137 Bytes

Contents

module Alf
  class Predicate
    module Or
      include NadicBool

      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/or.rb
alf-core-0.16.2 lib/alf/predicate/nodes/or.rb
alf-core-0.16.1 lib/alf/predicate/nodes/or.rb
alf-core-0.16.0 lib/alf/predicate/nodes/or.rb
alf-core-0.15.0 lib/alf/predicate/nodes/or.rb
alf-core-0.14.0 lib/alf-predicate/alf/predicate/nodes/or.rb
alf-core-0.13.1 lib/alf-predicate/alf/predicate/nodes/or.rb
alf-core-0.13.0 lib/alf-predicate/alf/predicate/nodes/or.rb