Method: Sequel::SQL::PatternMatchMethods#!~
- Defined in:
- lib/sequel/sql.rb
#!~(other) ⇒ Object
835 836 837 |
# File 'lib/sequel/sql.rb', line 835 def !~(other) ~(self =~ other) end |
835 836 837 |
# File 'lib/sequel/sql.rb', line 835 def !~(other) ~(self =~ other) end |