Sha256: 0d7cc872f151eb26af3d844d3892fbb201f2d4d9a5c746ad9058b5b3f736b3b4

Contents?: true

Size: 183 Bytes

Versions: 1

Compression:

Stored size: 183 Bytes

Contents

require 'thor'
require 'falling'

module Falling
  class Cli < Thor
    desc 'start_game', 'start a new game of Falling'
    def start_game
      Falling.start_game
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
falling-0.0.1 lib/falling/cli.rb