Method: CQL::Dsl#lc

Defined in:
lib/cql/dsl.rb

#lc(comparison) ⇒ Object

Adds a lc filter to the query. See the corresponding Cucumber documentation for details.



103
104
105
# File 'lib/cql/dsl.rb', line 103

def lc comparison
  CQL::SsoLineCountFilter.new('lc', comparison)
end