Sha256: 79a50b5c27f2b07278429778fcf262456189a79a11e51481fcf181db115d8d44
Contents?: true
Size: 647 Bytes
Versions: 7
Compression:
Stored size: 647 Bytes
Contents
# Codeguessing Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/codeguessing`. To experiment with that code, run `bin/console` for an interactive prompt. TODO: Delete this and the text above, and describe your gem ## Installation Add this line to your application's Gemfile: ```ruby gem 'codeguessing' ``` And then execute: $ bundle Or install it yourself as: $ gem install codeguessing ## Usage ```ruby require 'codeguessing' Codeguessing::Console.new.go # Console game Codeguessing::Game.new # Game model ```
Version data entries
7 entries across 7 versions & 1 rubygems