51 52 53 54
# File 'lib/pinecone/vector/filter.rb', line 51 def to_filter(input) return false unless input.is_a?(Hash) Filter.new(input) end