6 Apr
2012
6 Apr
'12
4 a.m.
Branch: refs/heads/master Home: https://github.com/MacRuby/MacRuby Commit: 1641827c68c8042bf93bcbea6427a98d5503651b https://github.com/MacRuby/MacRuby/commit/1641827c68c8042bf93bcbea6427a98d55... Author: Watson <watson1978@gmail.com> Date: 2012-04-05 (Thu, 05 Apr 2012) Changed paths: M enumerator.c Log Message: ----------- trim a colon from method name which is returned by Enumerator#inspector before: #<Enumerator: "1":upto:("10")> after: #<Enumerator: "1":upto("10")>