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