Class: Montage::Operators::Equal

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

Class Method Summary collapse

Class Method Details

.==(value) ⇒ Object



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

def self.==(value)
  value =~ /[^!<>]=[^!<>]/
end

.montage_operatorObject



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

def self.montage_operator
  ""
end

.operatorObject



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

def self.operator
  "="
end