struct Scope::Table

Defined in:

cb/scope_checks/check.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(headers : Array(String), rows : Array(Array(String))) #

[View source]

Instance Method Detail

def headers : Array(String) #

[View source]
def headers=(headers : Array(String)) #

[View source]
def rows : Array(Array(String)) #

[View source]
def rows=(rows : Array(Array(String))) #

[View source]
def to_s(io : IO) #
Description copied from struct Struct

Same as #inspect(io).


[View source]
def widths : Array(Int32) #

[View source]
def widths=(widths : Array(Int32)) #

[View source]