# File lib/cloudcost/server.rb, line 6 def self.tags_to_s(tag_hash = []) tag_hash.map { |k, v| "#{k}=#{v}" }.join(" ") end