Class: Exa::CLI::Formatters::BaseFormatter

Inherits:
Object
  • Object
show all
Defined in:
lib/exa/cli/formatters.rb

Instance Method Summary collapse

Instance Method Details

#render(cli:, payload:, collection:) ⇒ Object

Raises:

  • (NotImplementedError)


22
23
24
# File 'lib/exa/cli/formatters.rb', line 22

def render(cli:, payload:, collection:)
  raise NotImplementedError
end