This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| GEM | |
| remote: http://rubygems.org/ | |
| specs: | |
| abstract (1.0.0) | |
| actionmailer (3.0.7) | |
| actionpack (= 3.0.7) | |
| mail (~> 2.2.15) | |
| actionpack (3.0.7) | |
| activemodel (= 3.0.7) | |
| activesupport (= 3.0.7) |
| #Curl Multi 0.4.6.0 | |
| if (rb_block_given_p()) { | |
| rb_yield(self); | |
| } | |
| tv.tv_sec = timeout / 1000; | |
| tv.tv_usec = (timeout * 1000) % 1000000; | |
| rc = rb_thread_select(maxfd+1, &fdread, &fdwrite, &fdexcep, &tv); |