Michael Levin
Member since Nov 21, 2010
- Profile: /members/7324-michael-levin.htm
- Comments: 2
Recent Blog Comments By Michael Levin
-
Seven Languages In Seven Weeks: Ruby - Day 1
Posted on Nov 21, 2010 at 8:25 PM
@Ben, TextMate is really nice to use with Ruby and my own personal preference. It's definitely worth checking out if you haven't used it before. Michael... read more »
-
Seven Languages In Seven Weeks: Ruby - Day 1
Posted on Nov 21, 2010 at 1:25 PM
Hi Ben, If you're trying to specify an increment using a for loop in Ruby, you can do something like this: for i in (1..10).step(2) puts i end Michael... read more »