Top Level Namespace
- Extended by:
- Compass::Actions
- Includes:
- CssParser
Instance Method Summary collapse
-
#working_path ⇒ Object
Relativizing a path requires us to specify the working path.
Instance Method Details
#working_path ⇒ Object
Relativizing a path requires us to specify the working path.
17 18 19 |
# File 'lib/compass-selector-warn.rb', line 17 def working_path Dir.pwd end |