Module: ActiveFacts::CQL::Terms::GlobalTerm2
- Defined in:
- lib/activefacts/cql/parser/Terms.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
2265 2266 2267 |
# File 'lib/activefacts/cql/parser/Terms.rb', line 2265 def value tail.elements.inject(head.value) { |t, e| "#{t} #{e.w.value}" } end |