75 76 77 78 79
# File 'lib/jsonpath.rb', line 75 def join(join_path) res = deep_clone res.path += JsonPath.new(join_path).path res end