diff options
author | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-08-12 23:43:41 +0000 |
---|---|---|
committer | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-08-12 23:43:41 +0000 |
commit | 243ab2a23ee6748a7a60947f244e86bb6133597a (patch) | |
tree | e9f41f43f400287595d8a5ebec3d0e7b437b32e1 /load.c | |
parent | bf783276f69a53fd1e2124cf7d62ae15079b7a84 (diff) | |
download | ruby-243ab2a23ee6748a7a60947f244e86bb6133597a.tar.gz |
load.c: match comment with variable (`e' => `ext') [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'load.c')
-rw-r--r-- | load.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -215,8 +215,8 @@ features_index_add_single(VALUE short_feature, VALUE offset) /* Add to the loaded-features index all the required entries for `feature`, located at `offset` in $LOADED_FEATURES. We add an index entry at each string `short_feature` for which - feature == "#{prefix}#{short_feature}#{e}" - where `e` is empty or matches %r{^\.[^./]*$}, and `prefix` is empty + feature == "#{prefix}#{short_feature}#{ext}" + where `ext` is empty or matches %r{^\.[^./]*$}, and `prefix` is empty or ends in '/'. This maintains the invariant that `rb_feature_p()` relies on for its fast lookup. */ |