mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fix String#lines comment; ref mattn@2e1855a
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user