diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-04-09 06:17:00 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-04-09 06:17:00 +0000 |
commit | 2c12deaff4b3ad0b683d9e9fe951e5bf57a952c8 (patch) | |
tree | ae906247392b2416af6d840052c6b23e82bbb28d /encoding.c | |
parent | 52b6be0ad393508c66bb6d7f4f027985d09f0fd5 (diff) |
encoding.c: fix rdoc of `__FILE__`
* encoding.c (rb_enc_default_internal): fix rdoc. `__FILE__` is
in filesystem encoding but not `default_internal`.
[ruby-core:61894] [Bug #9713]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'encoding.c')
-rw-r--r-- | encoding.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/encoding.c b/encoding.c index df3d65cd48..1eaf55339f 100644 --- a/encoding.c +++ b/encoding.c @@ -1470,7 +1470,6 @@ rb_enc_default_internal(void) * * Time#zone * * Values from ENV * * Values in ARGV including $PROGRAM_NAME - * * __FILE__ * * Additionally String#encode and String#encode! use the default internal * encoding if no encoding is given. |