# sig/terminal-table/core_ext.rbs class Object def yield_or_eval: () -> untyped end # sig/terminal-table/core_ext.rbs class String def align: () -> untyped end # sig/terminal-table/cell.rbs class Terminal::Table def ==: () -> untyped def add_row: () -> untyped def align_column: () -> untyped def column: () -> untyped def column_with_headings: () -> untyped def columns: () -> untyped def has_headings?: () -> untyped def headings_with_rows: () -> untyped def initialize: () -> void def largest_cell_in_column: () -> untyped def length_of_column: () -> untyped def number_of_columns: () -> untyped def render: () -> untyped def seperator: () -> untyped end # sig/terminal-table/cell.rbs class Terminal::Table::Cell def initialize: () -> void def length: () -> untyped def render: () -> untyped end # sig/terminal-table/heading.rbs class Terminal::Table::Heading < Terminal::Table::Cell def initialize: () -> void end # sig/terminal-table/core_ext.rbs module Enumerable def map_with_index: () -> untyped end # sig/terminal-table/table_helper.rbs module Terminal::Table::TableHelper def table: () -> untyped end