Skip to content

Instantly share code, notes, and snippets.

Created November 21, 2011 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/fe0d0ca7d32b895b7a70 to your computer and use it in GitHub Desktop.
Save anonymous/fe0d0ca7d32b895b7a70 to your computer and use it in GitHub Desktop.
def logged_in?
begin
@client.send('isConnected')
rescue
false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment