Method: Vedeu::Interfaces::Clear#render
- Defined in:
- lib/vedeu/interfaces/clear.rb
#render ⇒ Array<Array<Vedeu::Cells::Char>>
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
47 48 49 |
# File 'lib/vedeu/interfaces/clear.rb', line 47 def render Vedeu.render_output(output) if Vedeu.ready? end |