medellinrb / hello_world

Print out the classic "hello world!" message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HelloWorld

Print out the classic "hello world!" message

Installation

Add this line to your application's Gemfile:

gem 'hello_world'

And then execute:

$ bundle

Or install it yourself as:

$ gem install hello_world

Usage

HelloWorld.hi
"Hello mundo!"
HelloWorld.person('John Doe')
"Hello John Doe"

Simple isn't?

Contributing

  1. Fork it ( https://github.com/medellinrb/hello_world/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Print out the classic "hello world!" message

License:MIT License


Languages

Language:Ruby 100.0%