# File lib/ohai/plugins/cloud.rb, line 25 def create_objects cloud Mash.new cloud[:public_ips] = Array.new cloud[:private_ips] = Array.new end