Module: JacaHello
- Defined in:
- lib/jaca_hello.rb,
lib/jaca_hello/version.rb
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
-
.hello ⇒ Object
Say hello to the world!.
Class Method Details
.hello ⇒ Object
Say hello to the world!
Example >> JacaHello.hello
> Hello wordl!
10 11 12 |
# File 'lib/jaca_hello.rb', line 10 def JacaHello.hello puts "Hello world!" end |