# File lib/compass/core.rb, line 8 def base_directory(*subdirs) File.expand_path(File.join(File.dirname(__FILE__), '..', "..", *subdirs)) end
# File lib/compass/core.rb, line 11 def lib_directory(*subdirs) File.expand_path(File.join(File.dirname(__FILE__), "..", *subdirs)) end
# File lib/compass/core/version.rb, line 6 def self.scope(file) File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "..", file)) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.