Home
Pages
Classes
Methods
Parent
Object
Methods
#hello
class Incite
Public Instance Methods
hello
()
click to toggle source
# File lib/incite.rb, line 2
def
hello
p
'Hang tight!'
end