class SassC::Engine

def relative_path(from, to)

def relative_path(from, to)
  Pathname.new(to).relative_path_from(Pathname.new(from)).to_s
end