# File lib/rubyipmi.rb, line 45
    def self.connection
      return @conn if @conn
      raise "No Connection available, please use the connect method"
    end