Class: Exa::CLI::Formatters::BaseFormatter
- Inherits:
-
Object
- Object
- Exa::CLI::Formatters::BaseFormatter
- Defined in:
- lib/exa/cli/formatters.rb
Direct Known Subclasses
JsonFormatter, JsonlFormatter, MarkdownFormatter, TableFormatter
Instance Method Summary collapse
Instance Method Details
#render(cli:, payload:, collection:) ⇒ Object
22 23 24 |
# File 'lib/exa/cli/formatters.rb', line 22 def render(cli:, payload:, collection:) raise NotImplementedError end |