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