Class: SnippetHelpers::SassSnippet
- Defined in:
- lib/snippet_helpers.rb
Instance Method Summary collapse
Methods inherited from Snippet
Constructor Details
This class inherits a constructor from SnippetHelpers::Snippet
Instance Method Details
#language ⇒ Object
33 34 35 |
# File 'lib/snippet_helpers.rb', line 33 def language :sass end |
#path_segments ⇒ Object
29 30 31 |
# File 'lib/snippet_helpers.rb', line 29 def path_segments [SOURCE_DIR, 'stylesheets', 'breezeblocks', "_#{name.dasherize}.sass"] end |