Added Just Enough Ruby to Get By

This commit is contained in:
Jason Kim 2014-01-03 09:23:01 -08:00
parent d3e51946dc
commit 7646f65c2f

View File

@ -1275,6 +1275,7 @@ See also [TeX](#tex)
* [Mr. Neighborly's Humble Little Ruby Book](http://humblelittlerubybook.com/book/)
* [Learn to Program, by Chris Pine](http://pine.fm/LearnToProgram/)
* [The Unofficial Ruby Usage Guide (at Google)](http://www.caliban.org/ruby/rubyguide.shtml) - Ian Macdonald
* [Just Enough Ruby to Get By](http://dmtri.com/posts/65)
####RSpec
* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org)