diff options
Diffstat (limited to 'array.c')
| -rw-r--r-- | array.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4545,7 +4545,7 @@ rb_ary_diff(VALUE ary1, VALUE ary2) /* * call-seq: - * ary.difference(other_ary1, other_ary2, ...) -> ary + * ary.difference(other_ary1, other_ary2, ...) -> new_ary * * Array Difference * |
