Greeting

Hello, guys!

Installation

Add this to your application's shard.yml:

dependencies:
  greeting:
    github: arcage/greeting

Usage

require "greeting"

Greeting.hello("John") #=> "Hello, John!"

Contributors