HelloPlanet

This is an example gem, just to say "Hello planet!".

Installation

Add this line to your application's Gemfile:

gem 'hello_planet'

And then execute:

$ bundle

Or install it yourself as:

$ gem install hello_planet

Usage

Greet yourself inside your Ruby project:

require 'hello_planet'

HelloPlanet.hi
  => "Hello planet!"

HelloPlanet.hi 'dear-friend'
  => "Hello dear-friend!"

Or, use from the command line with:

hi

or

hi friend

to get a customized greeting.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/is-ma/hello_planet.