hi_world
This is my first published gem and says "Hi world!"
Installation
The first step is adding the gem in your Gemafile
gem "hi_world"
Use the package manager bundle to install hi_world.
bundle installUsage
require 'hi_world'
puts Hi_world.hiContributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.