Class: Montage::Operators::Lte

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

Class Method Summary collapse

Class Method Details

.==(value) ⇒ Object



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

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

.montage_operatorObject



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

def self.montage_operator
  "$lte"
end

.operatorObject



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

def self.operator
  "<="
end