Created
August 16, 2011 19:02
-
-
Save timuruski/1149859 to your computer and use it in GitHub Desktop.
Gold star for anyone who can figure out what toh means
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| plugins= get_plugins() | |
| toh= plugins.is_logged_in(authDevice._id.to_s) | |
| if toh | |
| to= toh["to"] | |
| foreign_id= toh["foreign_id"] | |
| username= to + ":" + foreign_id | |
| authUser= AuthUser.find_by_username(username) | |
| # ... | |
| end |
toh = this old house. I win?
Author
Steve gets the gold star!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this actual ruby code? I feel like I'm looking at a different programming language.