Module: ActiveFacts::CQL::English::Quantifier0
- Defined in:
- lib/activefacts/cql/parser/Language/English.rb
Instance Method Summary collapse
Instance Method Details
#ast ⇒ Object
2197 2198 2199 2200 |
# File 'lib/activefacts/cql/parser/Language/English.rb', line 2197 def ast v = value Compiler::Quantifier.new(v[0], v[1]) end |