Home
Pages
Classes
Methods
Parent
Object
Methods
::hello
class WorldHello
Public Class Methods
hello
()
click to toggle source
# File lib/worldhello.rb, line 2
def
self
.
hello
"Hello World!"
end