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