29 30 31 32 33
# File 'lib/cabbage_doc/collection.rb', line 29 def each @_controllers.each do |controller| yield controller end end