Add a comment. Kernel#require is defined in the mrbgem.

This commit is contained in:
Masaki Muranaka
2013-04-06 18:24:42 +09:00
parent d1b131e2b0
commit 91db290412
+2
View File
@@ -351,6 +351,8 @@ assert('Kernel#raise', '15.3.1.3.40') do
e_list[1].class == RuntimeError
end
# Kernel#require is defined in mruby-require. '15.3.1.3.42'
assert('Kernel#respond_to?', '15.3.1.3.43') do
class Test4RespondTo
def test_method; end