Module: HelloWorldTest
- Defined in:
- lib/hello_world_test.rb,
lib/hello_world_test/version.rb
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.hi ⇒ Object
4 5 6 |
# File 'lib/hello_world_test.rb', line 4 def self.hi puts "Hello world!" end |