7 Apr
2010
7 Apr
'10
12:47 a.m.
Revision: 3912 http://trac.macosforge.org/projects/ruby/changeset/3912 Author: lsansonetti@apple.com Date: 2010-04-06 17:47:27 -0700 (Tue, 06 Apr 2010) Log Message: ----------- add one more test Modified Paths: -------------- MacRuby/trunk/test_vm/module.rb Modified: MacRuby/trunk/test_vm/module.rb =================================================================== --- MacRuby/trunk/test_vm/module.rb 2010-04-06 21:51:01 UTC (rev 3911) +++ MacRuby/trunk/test_vm/module.rb 2010-04-07 00:47:27 UTC (rev 3912) @@ -213,3 +213,10 @@ class Y<X end } + +assert ':ok', %{ + m = Module.new do + define_method(:foo) { p :ok } + end + Class.new.extend(m).foo +}
5694
Age (days ago)
5694
Last active (days ago)
0 comments
1 participants
participants (1)
-
source_changes@macosforge.org