Return renderer for this table
Parameters:
the renderer type
the renderer options
414 415 416
# File 'lib/tty/table.rb', line 414 def renderer(type = :basic, options = {}) @renderer ||= Renderer.select(type).new(self, options) end