class RediSearch::Search::Clauses::And

Private Instance Methods

operand() click to toggle source
# File lib/redi_search/search/clauses/and.rb, line 11
def operand
  " "
end