1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/lib/sass.rb
nex3 64ee1f0dbb Moving Haml reference stuff to the Haml module and out of README.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@233 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-19 02:56:49 +00:00

6 lines
120 B
Ruby

dir = File.dirname(__FILE__)
$LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
module Sass; end
require 'sass/engine'