# File lib/box.rb, line 9 def self.package(location, types, options) type_classes = types.map do |type| const_get(type.to_s.capitalize) end type_classes.each do |typeclass| typeclass.new(location, options).package end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.