5 Ruby Tips

Yinquan Teo

twitter: @yinquanteo
github: github.com/yinquanteo
url: yinquanteo.com

1. Tempfile


http://www.ruby-doc.org/stdlib-1.9.3/libdoc/tempfile/rdoc/Tempfile.html

2. active_support/core_ext/Hash


  1. except
  2. slice
  3. stringify_keys
  4. symbolize_keys


Github Source

3. String_inquirer



https://gist.github.com/yinquanteo/7991320

Github Source

4. IRB

4. IRB


  1. Shortcuts
  2. Tab
  3. _


5. Design Patterns in stdlib


  1. Singleton
  2. Forwardable

https://gist.github.com/yinquanteo/7991988
Made with Slides.com