# File lib/monkey/ext/string.rb, line 125
        def file_readable_real?
          Pathname(self).readable_real?
        end