Class: NoBrainer::Criteria::Where::Lambda

Inherits:
Struct
  • Object
show all
Defined in:
lib/no_brainer/criteria/where.rb

Instance Method Summary collapse

Instance Method Details

#simplifyObject



274
275
276
# File 'lib/no_brainer/criteria/where.rb', line 274

def simplify
  self
end

#to_rql(doc) ⇒ Object



278
279
280
# File 'lib/no_brainer/criteria/where.rb', line 278

def to_rql(doc)
  value.call(doc)
end