# File lib/freedb.rb, line 354
  def close
    @handler.close if @handler
    @handler = nil
  end