class ArelExtensions::Nodes::Soundex

Constants

RETURN_TYPE

Public Instance Methods

!=(other) click to toggle source
# File lib/arel_extensions/nodes/soundex.rb, line 13
def !=(other)
  Arel::Nodes::NotEqual.new self, Arel.quoted(other, self)
end
==(other) click to toggle source
# File lib/arel_extensions/nodes/soundex.rb, line 9
def ==(other)
  Arel::Nodes::Equality.new self, Arel.quoted(other, self)
end