# File cmpi/provider.rb, line 23
  def not_implemented klass, name
    STDERR.puts "#{klass}.#{name}: not implemented"
    nil
  end