10 11 12
# File 'lib/terminal.rb', line 10 def self.render(output, options = {}) Terminal::Renderer.new(output, options).render end