class Travis::Tools::Github
def hub_tokens
def hub_tokens hub.fetch(host, []).each do |entry| yield entry['oauth_token'] if entry['oauth_token'] end end
def hub_tokens hub.fetch(host, []).each do |entry| yield entry['oauth_token'] if entry['oauth_token'] end end