Project

General

Profile

« Previous | Next » 

Revision eb2b0c2a

Added by kyanagi (Kouhei Yanagita) 7 months ago

[DOC] Fix the default limit of String#split

We can't pass nil as the second parameter of String#split.
Therefore, descriptions like "if limit is nil, ..." are not appropriate.