Skip to content

Commit

Permalink
* eval.c (f_current_dirname): Add documentation about "__dir__
Browse files Browse the repository at this point in the history
  returns always an absolute path". [Bug #7729]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
authorNari committed Jan 24, 2013
1 parent cef8eae commit 8ad1564
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Thu Jan 24 11:43:47 2013 Narihiro Nakamura <authornari@gmail.com>

* eval.c (f_current_dirname): Add documentation about "__dir__
returns always an absolute path". [Bug #7729]

Thu Jan 24 10:28:30 2013 Eric Hodel <drbrain@segment7.net>

* NEWS (RDoc): Added mention of page support and markdown support.
Expand Down
1 change: 1 addition & 0 deletions eval.c
Expand Up @@ -1507,6 +1507,7 @@ rb_f_callee_name(void)
*
* Returns the value of <code>File.dirname(__FILE__)</code>
* If <code>__FILE__</code> is <code>nil</code>, it returns <code>nil</code>.
* And it returns always an absolute path.
*
*/
static VALUE
Expand Down

0 comments on commit 8ad1564

Please sign in to comment.