# File lib/ole/storage/base.rb, line 804 def [] idx if String === idx #warn 'String form of Dirent#[] is deprecated' self / idx else super end end