# File lib/merb-core/controller/mixins/authentication.rb, line 79
  def basic_authentication(realm = "Application", &authenticator)
    @_basic_authentication ||= BasicAuthentication.new(self, realm, &authenticator)
  end