# File lib/radius/parser.rb, line 36
    def tokenize(string)
      @tokens = Scanner::operate(tag_prefix, string)
    end