# File htree/raw_string.rb, line 8
    def raw_string
      catch(:raw_string_tag) {
        return raw_string_internal('')
      }
      nil
    end