# File lib/merb-core/core_ext/string.rb, line 74
  def /(o)
    File.join(self, o.to_s)
  end