Module: HarlemBits::CliRendering

Included in:
Arena
Defined in:
lib/harlem_bits/cli_rendering.rb

Constant Summary collapse

COLORS =
Colored.methods - [:extra, :colors, :colorize, :color] - Object.methods

Instance Method Summary collapse

Instance Method Details

#drawObject



6
7
8
# File 'lib/harlem_bits/cli_rendering.rb', line 6

def draw
  STDOUT.puts with_enough_breaks_to_page_down
end