# File lib/jmespath/runtime.rb, line 45
    def initialize(options = {})
      @parser = options[:parser] || default_parser(options)
    end