Module: Agric
- Defined in:
- lib/agric.rb,
lib/agric/engine.rb,
lib/agric/version.rb,
lib/agric/compiler.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.compass_extension_path ⇒ Object
12 13 14 |
# File 'lib/agric.rb', line 12 def self.compass_extension_path root.join("lib", "agric", "compass") end |
.root ⇒ Object
8 9 10 |
# File 'lib/agric.rb', line 8 def self.root Pathname.new(File.(__FILE__)).dirname.dirname end |