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