Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 399 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 399 Bytes

Hello World gem

This is my first gem I build. I uploaded it just for me to document my work. Feel free to fork it ;o)

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

In your app you can type

<%= HelloWorld.hello %>

to output the "Hello World" text.