Class: Montage::Operators::Not

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

Class Method Summary collapse

Class Method Details

.==(value) ⇒ Object



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

def self.==(value)
  value.include?("!=")
end

.montage_operatorObject



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

def self.montage_operator
  "$not"
end

.operatorObject



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

def self.operator
  "!="
end