Class: DMark::Lexer::LexerError::NullColoriser
- Inherits:
-
Object
- Object
- DMark::Lexer::LexerError::NullColoriser
- Defined in:
- lib/dmark/lexer.rb
Instance Method Summary collapse
Instance Method Details
#bold ⇒ Object
120 121 122 |
# File 'lib/dmark/lexer.rb', line 120 def bold ''.freeze end |
#red ⇒ Object
116 117 118 |
# File 'lib/dmark/lexer.rb', line 116 def red ''.freeze end |
#reset ⇒ Object
124 125 126 |
# File 'lib/dmark/lexer.rb', line 124 def reset ''.freeze end |