diff options
| author | a14m <[email protected]> | 2020-11-29 16:50:58 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-11-29 16:50:58 +0100 |
| commit | b1f4bdc35c5e9b47d40085c4e65ee403ab0195f9 (patch) | |
| tree | da2b493b89c543c406e6cf1d9631270945837c99 /CLI/ruby/lib | |
| parent | 97ec394950f6a319b9238467b1bf0d8d3d5ec548 (diff) | |
Add CLI default options parsing (Thor)
Diffstat (limited to 'CLI/ruby/lib')
| -rw-r--r-- | CLI/ruby/lib/game_of_life.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CLI/ruby/lib/game_of_life.rb b/CLI/ruby/lib/game_of_life.rb index 4cff146..33bbb74 100644 --- a/CLI/ruby/lib/game_of_life.rb +++ b/CLI/ruby/lib/game_of_life.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true require "game_of_life/version" +require "game_of_life/universe" module GameOfLife class Error < StandardError; end |
