Provider
Manipulation
# File lib/ironfan/provider.rb, line 188 def ensure_prerequisites!(computers) # Create all things that aren't machines targets = resources.reject {|type| type < IaasProvider::Machine} computers.each do |computer| targets.each {|r| r.create! computer } end end
Generated with the Darkfish Rdoc Generator 2.