class Table

Overview

Renders a table with parsed data for the CLI

Defined in:

helpers/table.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(values : Array(Array(JSON::Any))) #

[View source]

Instance Method Detail

def normalize(value) #

[View source]
def render #

[View source]
def values : Array(Array(JSON::Any)) #

[View source]
def values=(values : Array(Array(JSON::Any))) #

[View source]