class Alkzz

Public Class Methods

hi() click to toggle source
# File lib/alkzz.rb, line 2
def self.hi
  puts "Hello alkzz! testing ruby gem"
end