Skip to content

Commit

Permalink
* eval.c (rb_mod_include): fix document. [ruby-core:24675]
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
mame committed Aug 3, 2009
1 parent e2ea286 commit 6b63928
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Mon Aug 3 22:19:24 2009 Yusuke Endoh <[email protected]>

* eval.c (rb_mod_include): fix document. [ruby-core:24675]

Mon Aug 3 18:25:08 2009 Yukihiro Matsumoto <[email protected]>

* sample/svr.rb: obsolete TCPserver renamed. [ruby-core:24712]
Expand Down
2 changes: 1 addition & 1 deletion eval.c
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ rb_mod_append_features(VALUE module, VALUE include)
* call-seq:
* include(module, ...) => self
*
* Invokes <code>Module.append_features</code> on each parameter in turn.
* Invokes <code>Module.append_features</code> on each parameter in reverse order.
*/

static VALUE
Expand Down

0 comments on commit 6b63928

Please sign in to comment.