# File lib/net/http_multipart_post.rb, line 45 def extract_file_parameters_from(hash) hash.reject{|key, value| !multipart_post_file?(value)} end