The "Hello World!" Ruby gem for iSC Inc. projects

Include this Ruby gem in all Ruby-coding projects @iSCInc.

Install Gem

Add this to your Gemfile:

require 'iscinc-hw'

Run Bundler in the command line:

bundle install

Usage

Run an iSC Inc. project in the command line:

ruby sampleproject.rb

An output with "Hello World!" will be printed!