Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP

[documentation] Fix code highlighting for String#prepend #98

Closed
wants to merge 1 commit into from

2 participants

Franck Verrot Ayumu AIZAWA
Franck Verrot

No description provided.

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
Ayumu AIZAWA
Collaborator

Merged by r3780. Thank you.

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 Feb 22, 2012
  1. Franck Verrot
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
@@ -2147,9 +2147,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.