76
# File 'lib/predicated/from/url_part.rb', line 76 def left; elements[0] end
77
# File 'lib/predicated/from/url_part.rb', line 77 def right; elements[2] end
79 80 81
# File 'lib/predicated/from/url_part.rb', line 79 def to_predicate And.new(left.to_predicate, right.to_predicate) end