# File lib/fog/aws/models/compute/security_groups.rb, line 88
        def get(group_name)
          if group_name
            self.class.new(:connection => connection).all('group-name' => group_name).first
          end
        end