Sha256: 19c1c97ea18733952afcaa7a07580eae14046a060ebedd1e81aec8655e00de21
Contents?: true
Size: 981 Bytes
Versions: 1
Compression:
Stored size: 981 Bytes
Contents
# SpellGenerator This is a pretty useless gem I created for practice. ## Installation Add this line to your application's Gemfile: ```ruby gem 'spell_generator' ``` And then execute: $ bundle Or install it yourself as: $ gem install spell_generator ## Usage You can do two things with this gem. (1) Create a random spell. ```ruby SpellGenerator::Generator.generate #=> "Brave fire" SpellGenerator::Generato.new.generate #=> "Symptomatic punch" ``` (2) Create a spell. ```ruby SpellGenerator::Generato.new.self_generate('Random' 'Fire') #=> "Random Fire" ``` Told you it's useless. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct Everyone interacting in the SpellGenerator project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/spell_generator/blob/master/CODE_OF_CONDUCT.md).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spell_generator-0.1.1 | README.md |