Commit aac39921 authored by yui-knk's avatar yui-knk

fix typo

parent 91cc8949
......@@ -46,7 +46,7 @@ assert('Range#first', '15.2.14.4.7') do
assert_equal 1, (1..10).first
end
assert('Range#include', '15.2.14.4.8') do
assert('Range#include?', '15.2.14.4.8') do
a = (1..10)
assert_true a.include?(5)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment