Files

Class Index [+]

Quicksearch

Arel::Predicates::Match

Public Instance Methods

complement() click to toggle source
     # File lib/arel/algebra/predicates.rb, line 251
251:       def complement
252:         NotMatch.new(operand1, operand2)
253:       end
operator() click to toggle source
     # File lib/arel/algebra/predicates.rb, line 255
255:       def operator; :=~ end
predicate_sql() click to toggle source
     # File lib/arel/algebra/predicates.rb, line 257
257:       def predicate_sql; 'LIKE' end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.