# File lib/compass/compiler.rb, line 191 def relative_path(from_path, to_path) Pathname.new(to_path).relative_path_from(Pathname.new(from_path).dirname).to_s end