diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-08-20 23:39:48 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-08-20 23:39:48 +0900 |
| commit | ae283653412c926a9d5b3a08a9ee183417666be3 (patch) | |
| tree | cb97c479c00395691481a1ea567d027b27266323 /test/t | |
| parent | e73a0913430fbffcf5ec741055dfdc6146fa743c (diff) | |
| parent | 399f88fa7b2fe40c41a533fbf268f807e4b5e24a (diff) | |
| download | mruby-ae283653412c926a9d5b3a08a9ee183417666be3.tar.gz mruby-ae283653412c926a9d5b3a08a9ee183417666be3.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'test/t')
| -rw-r--r-- | test/t/module.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/module.rb b/test/t/module.rb index 2e19f350f..8503cb9fc 100644 --- a/test/t/module.rb +++ b/test/t/module.rb @@ -528,7 +528,7 @@ assert('Module#module_function') do def modfunc; end module_function :modfunc end - + assert_true M.respond_to?(:modfunc) end |
