Skip to content

Commit

Permalink
Auto merge of #1614 - sonalkr132:internal-comment, r=segiddins
Browse files Browse the repository at this point in the history
Mark see also require_path as internal comment

### Description:

It was showing up in guides http://guides.rubygems.org/specification-reference/#require_paths=
Syntax of internal comment taken from: [Documenting Source Code](http://docs.ruby-lang.org/en/2.2.0/RDoc/Markup.html#class-RDoc::Markup-label-Documenting+Source+Code)

I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md).
  • Loading branch information
homu committed May 21, 2016
2 parents 7ca8c8a + f1656d4 commit 04d4d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rubygems/specification.rb
Expand Up @@ -209,9 +209,9 @@ class Gem::Specification < Gem::BasicSpecification
##
# Paths in the gem to add to <code>$LOAD_PATH</code> when this gem is
# activated.
#
#--
# See also #require_paths
#
#++
# If you have an extension you do not need to add <code>"ext"</code> to the
# require path, the extension build process will copy the extension files
# into "lib" for you.
Expand Down

0 comments on commit 04d4d85

Please sign in to comment.