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