# File lib/travis/client/methods.rb, line 55 def user session.find_one(User) rescue NotFound raise NotLoggedIn, 'currently not logged in' end