Libraries
»
invisiontrading
(1.0.0)
»
Index (M)
»
Main
Class: Main
Inherits:
Object
Object
Main
show all
Defined in:
lib/main.rb
Class Method Summary
collapse
.
hi
⇒ Object
Class Method Details
.
hi
⇒
Object
2 3 4
# File 'lib/main.rb', line 2
def
self
.
hi
puts
"
Hello world!
"
end