diff options
| author | Tatsuhiko Kubo <[email protected]> | 2014-08-20 12:07:36 +0900 |
|---|---|---|
| committer | Tatsuhiko Kubo <[email protected]> | 2014-08-20 12:07:36 +0900 |
| commit | 2b283393c62649216ec2c9df18e8902c903f1dbe (patch) | |
| tree | 9f16cf67efee1361d7a7f677b513504eb6d30aec /test/t/module.rb | |
| parent | f6f31a8ecd7e8f9f9830f050842e11d2aaef94a1 (diff) | |
| download | mruby-2b283393c62649216ec2c9df18e8902c903f1dbe.tar.gz mruby-2b283393c62649216ec2c9df18e8902c903f1dbe.zip | |
Remove empty lines.
Diffstat (limited to 'test/t/module.rb')
| -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 |
