Collection of Setup objects for the enclosed types
Collection of Setup objects
23 24 25
# File 'lib/sunspot/composite_setup.rb', line 23 def setups @setups ||= @types.map { |type| Setup.for(type) } end