# File lib/extlib/string.rb, line 92
  def /(o)
    File.join(self, o.to_s)
  end