We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0d405 commit 0227ad0Copy full SHA for 0227ad0
string.c
@@ -10482,10 +10482,12 @@ rb_str_rstrip(VALUE str)
10482
* call-seq:
10483
* strip! -> self or nil
10484
*
10485
- * Like String#strip, except that any modifications are made in +self+;
10486
- * returns +self+ if any modification are made, +nil+ otherwise.
+ * Like String#strip, except that:
10487
10488
- * Related: String#lstrip!, String#strip!.
+ * - Any modifications are made to +self+.
+ * - Returns +self+ if any modification are made, +nil+ otherwise.
10489
+ *
10490
+ * Related: see {Modifying}[rdoc-ref:String@Modifying].
10491
*/
10492
10493
static VALUE
0 commit comments