Class: Vedeu::Renderers::EscapeSequence
- Inherits:
-
Object
- Object
- Vedeu::Renderers::EscapeSequence
- Includes:
- Vedeu::RendererOptions
- Defined in:
- lib/vedeu/output/renderers/escape_sequence.rb
Overview
A renderer which returns the escape sequence for each character.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Vedeu::Renderers::EscapeSequence
constructor
Returns a new instance of Vedeu::Renderers::EscapeSequence.
-
#render(output) ⇒ String
Render the output with the escape sequences escaped.
Methods included from Vedeu::RendererOptions
Constructor Details
#initialize(options = {}) ⇒ Vedeu::Renderers::EscapeSequence
Returns a new instance of Vedeu::Renderers::EscapeSequence.
15 16 17 |
# File 'lib/vedeu/output/renderers/escape_sequence.rb', line 15 def initialize( = {}) @options = || {} end |