# File lib/webby/core_ext/string.rb, line 8
  def /( path )
    ::File.join(self, path)
  end