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