module Exgem

Constants

VERSION

Public Class Methods

hi() click to toggle source

Your code goes here…

# File lib/exgem.rb, line 5
def self.hi
  puts "Hello, world!"
end