class ConceptQL::Operators::Contains

Public Instance Methods

where_clause() click to toggle source
# File lib/conceptql/operators/contains.rb, line 16
def where_clause
  [Proc.new { l__start_date <= r__start_date}, Proc.new { r__end_date <= l__end_date }]
end