lib/jmespath/nodes.rb in jmespath-1.4.0 vs lib/jmespath/nodes.rb in jmespath-1.5.0

- old
+ new

@@ -3,13 +3,9 @@ module Nodes class Node def visit(value) end - def hash_like?(value) - Hash === value || Struct === value - end - def optimize self end def chains_with?(other)