[macruby-changes] [MacRuby/MacRuby] 164182: trim a colon from method name which is returned by...

GitHub noreply at github.com
Thu Apr 5 21:00:45 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/MacRuby/MacRuby
  Commit: 1641827c68c8042bf93bcbea6427a98d5503651b
      https://github.com/MacRuby/MacRuby/commit/1641827c68c8042bf93bcbea6427a98d5503651b
  Author: Watson <watson1978 at 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")>





More information about the macruby-changes mailing list