class Travis::Tools::Github

def with_session(&block)

def with_session(&block)
  with_token { |t| GH.with(:token => t) { yield(t) } }
end