The current token in the tokens array based on current_index

Property definitions

github $ GithubWallet :: current_token
	# The current token in the `tokens` array based on `current_index`
	fun current_token: String do return tokens[current_index]
lib/github/wallet.nit:126,2--127,58