example-livery/Blimpfile

11 lines
196 B
Ruby

# vim: ft=ruby
# Blimpfile created on 2012-04-28 16:24:44 -0700
Blimpy.fleet do |fleet|
fleet.add do |ship|
ship.name = 'example'
ship.group = 'Simple'
ship.livery = :cwd
end
end