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