Class: Rouge::Formatters::Terminal256::Unescape
- Inherits:
-
EscapeSequence
- Object
- EscapeSequence
- Rouge::Formatters::Terminal256::Unescape
- Defined in:
- lib/rouge/formatters/terminal256.rb
Instance Attribute Summary
Attributes inherited from EscapeSequence
Instance Method Summary collapse
-
#initialize ⇒ Unescape
constructor
A new instance of Unescape.
- #reset_string ⇒ Object
- #stream_value(val) {|val| ... } ⇒ Object
- #style_string ⇒ Object
Methods inherited from EscapeSequence
Constructor Details
#initialize ⇒ Unescape
Returns a new instance of Unescape.
166 |
# File 'lib/rouge/formatters/terminal256.rb', line 166 def initialize(*) end |
Instance Method Details
#reset_string ⇒ Object
168 |
# File 'lib/rouge/formatters/terminal256.rb', line 168 def reset_string(*) '' end |
#stream_value(val) {|val| ... } ⇒ Object
169 |
# File 'lib/rouge/formatters/terminal256.rb', line 169 def stream_value(val) yield val end |
#style_string ⇒ Object
167 |
# File 'lib/rouge/formatters/terminal256.rb', line 167 def style_string(*) '' end |