Class: Sample::HelloWorld
- Inherits:
-
Object
- Object
- Sample::HelloWorld
- Defined in:
- lib/sample_gem_turing.rb
Instance Method Summary collapse
Instance Method Details
#hi ⇒ Object
3 4 5 |
# File 'lib/sample_gem_turing.rb', line 3 def hi print "hello world" end |