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