class Idcf::Cli::Lib::Convert::Formatter::TableFormat

table formatter

Public Instance Methods

format(data) click to toggle source
# File lib/idcf/cli/lib/convert/formatter/table_format.rb, line 10
def format(data)
  require 'kosi'
  Kosi::Table.new.render(scrape_line(data))
end