Method: ActiveFacts::CQL::Parser#parse
- Defined in:
- lib/activefacts/cql/parser.rb
#parse(input, options = {}) ⇒ Object
246 247 248 249 |
# File 'lib/activefacts/cql/parser.rb', line 246 def parse(input, = {}) input = InputProxy.new(input, context, self) unless input.respond_to?(:context) super(input, ) end |