# File lib/fog/aws/models/compute/tags.rb, line 22 def get(key) if key self.class.new(:service => service).all('key' => key) end end