# File lib/padrino/warden/helpers.rb, line 52
      def user=(new_user, opts={})
        warden.set_user(new_user, opts)
      end