# File lib/pickle.rb, line 22
    def parser(options = {})
      @parser ||= Parser.new({:config => config}.merge(options))
    end