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