Method: ActiveFacts::CQL::Parser#context

Defined in:
lib/activefacts/cql/parser.rb

#contextObject



237
238
239
# File 'lib/activefacts/cql/parser.rb', line 237

def context
  @context ||= Context.new(self)
end