(z ||= []) << 'test' équivaut à : z.nil? ? z = ['test'] : z << 'test'
Twitter
- Fun with Ruby’s case/when statements http://bit.ly/179XZO 2 months ago
- RT @hashjs Create #JavaScript conditions for browser, operating systems, referrer, screen resolution, language, location http://showif.com/ 3 months ago
- Fun with Unicode - O'Reilly Ruby http://bit.ly/XLNpc 3 months ago
- RT @tweetmeme What? NetBeans 6.5.1 Can Now Recognize My Cucumber .feature Files! | PMA Media Group http://bit.ly/8sTJ 4 months ago
- SlickMap CSS — A Visual Sitemapping Tool for Web Developers http://bit.ly/VNHYi 4 months ago