module MyTool

Constants

VERSION

Public Class Methods

hi() click to toggle source

Your code goes here…

# File lib/myTool.rb, line 5
def self.hi
  p "hello come from puan yang"
end