[macruby-changes] [MacRuby/MacRuby] 98484c: fixed case below.

noreply at github.com noreply at github.com
Tue May 3 04:16:00 PDT 2011


Branch: refs/heads/master
Home:   https://github.com/MacRuby/MacRuby

Commit: 98484c6b9c9a8928492b26bbabf5bcd9d699fcc7
    https://github.com/MacRuby/MacRuby/commit/98484c6b9c9a8928492b26bbabf5bcd9d699fcc7
Author: Kouji Takao <kouji at takao7.net>
Date:   2011-05-02 (Mon, 02 May 2011)

Changed paths:
  M kernel.c
  M test_vm/eval.rb

Log Message:
-----------
fixed case below.

$b = proc do p X end
module A
  X = :ko
  begin
    module_eval &$b
  rescue NameError
    p :ok
  end
end




More information about the macruby-changes mailing list