Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP

Fixed indentation on String#prepend example. #55

Closed
wants to merge 1 commit into from

2 participants

Emily Ayumu AIZAWA
Emily

No description provided.

Ayumu AIZAWA
Collaborator

As same as #98. ChangeLog updated by r34782. Thank you.

Ayumu AIZAWA ayumin referenced this pull request from a commit
Ayumu AIZAWA ayumin pull request #55 as same as #98
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
0e896b9
Kenta Murata mrkn referenced this pull request from a commit
Commit has since been removed from the repository and is no longer available.
Vít Ondruch voxik referenced this pull request from a commit in voxik/ruby
Ayumu AIZAWA ayumin pull request #55 as same as #98
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
5135824
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Commits on Oct 30, 2011
  1. Emily
This page is out of date. Refresh to see the latest.
Showing with 3 additions and 3 deletions.
  1. +3 3 string.c
6 string.c
View
@@ -2112,9 +2112,9 @@ rb_str_concat(VALUE str1, VALUE str2)
*
* Prepend---Prepend the given string to <i>str</i>.
*
- * a = "world"
- * a.prepend("hello ") #=> "hello world"
- * a #=> "hello world"
+ * a = "world"
+ * a.prepend("hello ") #=> "hello world"
+ * a #=> "hello world"
*/
static VALUE
Something went wrong with that request. Please try again.