class Saringan::Operators::Greater
Constants
- OP_GREATER
Attributes
subject[R]
value[R]
Public Class Methods
new(term)
click to toggle source
# File lib/saringan/operators/greater.rb, line 13 def initialize(term) @subject, @value = term.split(OP_GREATER) end
Private Class Methods
matcher()
click to toggle source
# File lib/saringan/operators/greater.rb, line 19 def self.matcher OP_GREATER end