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