138 139 140
# File 'lib/jsonpath.rb', line 138 def self.for(obj_or_str) Proxy.new(process_object(obj_or_str)) end