Class: Montage::Operators::NotIn

Inherits:
Object
  • Object
show all
Defined in:
lib/montage/operators/not_in.rb

Class Method Summary collapse

Class Method Details

.==(value) ⇒ Object



12
13
14
# File 'lib/montage/operators/not_in.rb', line 12

def self.==(value)
  value =~ /not in/i
end

.montage_operatorObject



8
9
10
# File 'lib/montage/operators/not_in.rb', line 8

def self.montage_operator
  "$notin"
end

.operatorObject



4
5
6
# File 'lib/montage/operators/not_in.rb', line 4

def self.operator
  "not in"
end