Method: Sequel::SQL::PatternMatchMethods#!~

Defined in:
lib/sequel/sql.rb

#!~(other) ⇒ Object



838
839
840
# File 'lib/sequel/sql.rb', line 838

def !~(other)
  ~(self =~ other)
end