# File lib/blimpy.rb, line 7 def self.fleet(&block) if block.nil? return false end fleet = Blimpy::Fleet.new block.call fleet fleet end