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