# File lib/dm-core/core_ext/pathname.rb, line 12
  def /(path)
    (self + path).expand_path
  end