lib/cap-rightscale/configuration/rightscale.rb in cap-rightscale-0.0.2 vs lib/cap-rightscale/configuration/rightscale.rb in cap-rightscale-0.0.3
- old
+ new
@@ -139,12 +139,8 @@
role(role, host_list.join(','), params) if host_list
end
puts "Time: #{Time.now - start}"
host_list || []
end
- def clear_cache()
- puts "CLEAR!!"
- end
- END { puts "END" }
end
end
end