Method: CodeLexer::Token.special
- Defined in:
- lib/code-lexer/token.rb
.special(token) ⇒ Object
6 7 8 |
# File 'lib/code-lexer/token.rb', line 6 def self.special(token) "#{SPECIAL_TOKEN_OPEN}#{token}#{SPECIAL_TOKEN_CLOSE}" end |
6 7 8 |
# File 'lib/code-lexer/token.rb', line 6 def self.special(token) "#{SPECIAL_TOKEN_OPEN}#{token}#{SPECIAL_TOKEN_CLOSE}" end |