Module: ActiveFacts::CQL::French::AutoAssignment1
- Defined in:
- lib/activefacts/cql/parser/Language/French.rb
Instance Method Summary collapse
Instance Method Details
#auto_assigned_at ⇒ Object
124 125 126 |
# File 'lib/activefacts/cql/parser/Language/French.rb', line 124 def auto_assigned_at time.text_value == 'assertion' ? 'assert' : 'commit' end |