Home
Pages
Classes
Methods
Parent
Object
Methods
::hi
class Hellow
Public Class Methods
hi
()
click to toggle source
# File lib/hellow.rb, line 2
def
self
.
hi
puts
"Hellow world!"
end