box-o-sand/why/metaid/happy_truck.rb
Dan Buch e1a07fadd9 Working through an old @why post on metaprogramming
since I'd like to make the JRuby rabbitmq stuff a bit less boilerplate.
2012-12-02 20:21:14 -05:00

6 lines
121 B
Ruby

require_relative 'mail_truck'
class HappyTruck < MailTruck
company "Happy's -- We Bring the Mail, and That's It!"
end