Class: Hello
- Inherits:
-
Object
- Object
- Hello
- Defined in:
- lib/bsu_gem.rb
Instance Method Summary collapse
Instance Method Details
#hello ⇒ Object
2 3 4 |
# File 'lib/bsu_gem.rb', line 2 def hello puts "hello world" end |