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