Class: Rsb::Gol::Cli

Inherits:
Thor
  • Object
show all
Defined in:
lib/rsb/gol/cli.rb

Instance Method Summary collapse

Instance Method Details

#startObject



7
8
9
10
# File 'lib/rsb/gol/cli.rb', line 7

def start
  # ✺ ☻ ⬣ ● ⨀
  Rsb::Gol::Game.new.start(1000,'●',' ')
end