# File lib/compass.rb, line 11 def base_directory File.expand_path(File.join(File.dirname(__FILE__), '..')) end
# File lib/compass/version.rb, line 60 def self.const_missing(const) # This avoid reading from disk unless the VERSION is requested. if const == :VERSION version[:string] else super end end
# File lib/compass.rb, line 14 def lib_directory File.expand_path(File.join(File.dirname(__FILE__))) end
# File lib/compass.rb, line 11 def base_directory File.expand_path(File.join(File.dirname(__FILE__), '..')) end
# File lib/compass.rb, line 14 def lib_directory File.expand_path(File.join(File.dirname(__FILE__))) end