class QueueManager

Public Instance Methods

hello() click to toggle source
# File lib/queue-manager.rb, line 2
def hello
  puts "Hi, world"
end