# File lib/mustache/parser.rb, line 220
    def regexp(thing)
      /#{Regexp.escape(thing)}/
    end