# File lib/monkey/ext/string.rb, line 121
        def file_readable?
          Pathname(self).readable?
        end