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

Instance Method Details

#cellBuffer::Cell

Creates a Buffer::Cell (for testing).

Returns:



17
18
19
# File 'lib/ratatui_ruby/tui/buffer_factories.rb', line 17

def cell(...)
  Buffer::Cell.new(...)
end