module Compass

Constants

VERSION
VERSION_DETAILS
VERSION_NAME

Public Class Methods

base_directory() click to toggle source
# File lib/compass.rb, line 20
def base_directory
  File.expand_path(File.join(File.dirname(__FILE__), '..'))
end
lib_directory() click to toggle source
# File lib/compass.rb, line 23
def lib_directory
  File.expand_path(File.join(File.dirname(__FILE__)))
end

Private Instance Methods

base_directory() click to toggle source
# File lib/compass.rb, line 20
def base_directory
  File.expand_path(File.join(File.dirname(__FILE__), '..'))
end
lib_directory() click to toggle source
# File lib/compass.rb, line 23
def lib_directory
  File.expand_path(File.join(File.dirname(__FILE__)))
end