Method: Mongoose::LinearSearch#one_of

Defined in:
lib/mongoose/linear_search.rb

#one_of(*other) ⇒ Object



90
91
92
93
94
# File 'lib/mongoose/linear_search.rb', line 90

def one_of(*other)
  return search_table do |table_value|
    other.include?(table_value)
  end
end