# File lib/travis/cli/login.rb, line 22 def list_token github.after_tokens = proc { } github.each_token do |token| say token end end