class CLI

Don't for to require any gems that you may want to use at the top of this file

Public Class Methods

hello() click to toggle source
# File lib/cli.rb, line 5
def self.hello
    puts "Hello World"
end