22 23 24
# File 'lib/apache_config.rb', line 22 def virtual_hosts @config.children.map { |vh| VirtualHost.new(vh) } end