6 7 8
# File 'lib/code-lexer/token.rb', line 6 def self.special(token) "#{SPECIAL_TOKEN_OPEN}#{token}#{SPECIAL_TOKEN_CLOSE}" end