Libraries
»
user-cache
(0.0.1)
»
Index
»
Hello
»
hello
Method: Hello.hello
Defined in:
lib/user-cache.rb
.
hello
⇒
Object
2 3 4
# File 'lib/user-cache.rb', line 2
def
self
.
hello
puts
"
Hello world!
"
end