55 56 57 58 59
# File 'lib/pinecone/vector/filter.rb', line 55 def to_filter(input) return false unless input.is_a?(Hash) Filter.new(input) end