Unverified Commit 913a148d authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4489 from shuujii/fIx-typo-in-mrblib-range.rb

Fix typo in `mrblib/range.rb` [ci skip]
parents d47d561d c75402a5
......@@ -26,7 +26,7 @@ class Range
return self
end
if val.kind_of?(String) && last.kind_of?(String) # fixnums are special
if val.kind_of?(String) && last.kind_of?(String) # strings are special
if val.respond_to? :upto
return val.upto(last, exclude_end?, &block)
else
......
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