Module: Goodyear::BooleanMethods

Included in:
QueryMethods
Defined in:
lib/goodyear/boolean_methods.rb

Instance Method Summary collapse

Instance Method Details

#orObject



3
4
5
6
# File 'lib/goodyear/boolean_methods.rb', line 3

def or
  self.add_query_segment
  return self
end