fix String#lines comment; ref mattn@2e1855a

parent 04962ca0
......@@ -199,7 +199,7 @@ mrb_str_chr(mrb_state *mrb, mrb_value self)
* Returns strings per line;
*
* a = "abc\ndef"
* a.lines #=> ["abc", "def"]
* a.lines #=> ["abc\n", "def"]
*/
static mrb_value
mrb_str_lines(mrb_state *mrb, mrb_value self)
......
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