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