Module: RatatuiRuby::TUI::BufferFactories
- Included in:
- RatatuiRuby::TUI
- Defined in:
- lib/ratatui_ruby/tui/buffer_factories.rb
Overview
Buffer inspection factory methods for Session.
Provides convenient access to Buffer::Cell for testing and buffer inspection purposes.
Instance Method Summary collapse
-
#cell ⇒ Buffer::Cell
Creates a Buffer::Cell (for testing).
Instance Method Details
#cell ⇒ Buffer::Cell
Creates a Buffer::Cell (for testing).
17 18 19 |
# File 'lib/ratatui_ruby/tui/buffer_factories.rb', line 17 def cell(...) Buffer::Cell.new(...) end |