# File lib/monkey/ext/string.rb, line 111
        def file_join(other)
          Pathname(self).join(other.to_s).to_s
        end