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