class Travis::Tools::Github

def with_token

def with_token
  each_token { |t| break yield(t) }
end