# File lib/rubyipmi/freeipmi/connection.rb, line 31
      def connection_works?
        begin
          ! (bmc.info.nil? || bmc.info.empty? )
        rescue
          false
        end
      end