85
# File 'lib/predicated/from/url_part.rb', line 85 def left; elements[0] end
86
# File 'lib/predicated/from/url_part.rb', line 86 def right; elements[2] end
88 89 90
# File 'lib/predicated/from/url_part.rb', line 88 def to_predicate Or.new(left.to_predicate, right.to_predicate) end