# File lib/merb-core/core_ext/string.rb, line 86 def relative_path_from(other) Pathname.new(self).relative_path_from(Pathname.new(other)).to_s end