Class: Coltrane::Commands::Render

Inherits:
Command
  • Object
show all
Defined in:
lib/coltrane/commands/render.rb

Instance Attribute Summary

Attributes inherited from Command

#error

Instance Method Summary collapse

Methods inherited from Command

run

Instance Method Details

#run(object) ⇒ Object



4
5
6
# File 'lib/coltrane/commands/render.rb', line 4

def run(object)
  Renderers::TextRenderer.render(object)
end