module SassC
module SassC::Embedded
module SassC::Script
module SassC::Script::ValueConversion
module SassC::Util
class SassC::Engine
class SassC::FunctionsHandler
class SassC::ImportHandler
class SassC::ImportHandler::FileImporter
class SassC::ImportHandler::Importer
sassc-embedded
0.1.0
# relative_path
def relative_path(from, to) Pathname.new(to).relative_path_from(Pathname.new(from)).to_s end