Module: Tabelr

Defined in:
lib/tabelr.rb,
lib/tabelr/table_formater.rb

Defined Under Namespace

Classes: TableFormator

Class Method Summary collapse

Class Method Details

.convert(json) ⇒ Object



7
8
9
# File 'lib/tabelr.rb', line 7

def convert json
  TableFormator.new.convert json
end