# File lib/jmespath/nodes/projection.rb, line 65 def extract_targets(target) if hash_like?(target) target.values else nil end end