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