1# 2# Copyright (c) 2006-2025 Wade Alcorn - [email protected] 3# Browser Exploitation Framework (BeEF) - https://beefproject.com 4# See the file 'doc/COPYING' for copying permission 5# 6class String 7 # @note Use a gem to colorize the console. 8 # @note http://flori.github.com/term-ansicolor/ 9 include Term::ANSIColor 10end 11 12