e1a07fadd9
since I'd like to make the JRuby rabbitmq stuff a bit less boilerplate.
6 lines
121 B
Ruby
6 lines
121 B
Ruby
require_relative 'mail_truck'
|
|
|
|
class HappyTruck < MailTruck
|
|
company "Happy's -- We Bring the Mail, and That's It!"
|
|
end
|