# File lib/omniauth/strategies/http_basic.rb, line 25
      def title
        name.split('_').map{|s| s.capitalize}.join(' ')
      end