Module: Compass::Canvas::Functions::Path
- Included in:
- Compass::Canvas::Functions
- Defined in:
- lib/canvas/functions/path.rb
Overview
Functions for creating a Path interface.
Instance Method Summary collapse
-
#canvas_path(*args) ⇒ Compass::Canvas::Backend::Interface::Path
Creates a new Backend::Interface::Path.
Instance Method Details
#canvas_path(*args) ⇒ Compass::Canvas::Backend::Interface::Path
Creates a new Backend::Interface::Path.
8 9 10 |
# File 'lib/canvas/functions/path.rb', line 8 def canvas_path(*args) Compass::Canvas::Backend::Interface::Path.new(*args) end |