module Coolgem

Constants

VERSION

Public Instance Methods

hello() click to toggle source

Your code goes here…

# File lib/coolgem.rb, line 6
def hello
  echo "Hello!"
end