class ConceptQL::Operators::Overlaps
Public Instance Methods
where_clause()
click to toggle source
# File lib/conceptql/operators/overlaps.rb, line 16 def where_clause [Proc.new { l__start_date <= r__start_date}, Proc.new { r__start_date <= l__end_date }, Proc.new { l__end_date <= r__end_date }] end