class HelloHungnh

Public Class Methods

hi() click to toggle source
# File lib/hello_hungnh.rb, line 2
def self.hi
  puts "Hello world!"
end