Class: SnippetHelpers::SassSnippet

Inherits:
Snippet
  • Object
show all
Defined in:
lib/snippet_helpers.rb

Instance Method Summary collapse

Methods inherited from Snippet

#initialize, #path

Constructor Details

This class inherits a constructor from SnippetHelpers::Snippet

Instance Method Details

#languageObject



33
34
35
# File 'lib/snippet_helpers.rb', line 33

def language
  :sass
end

#path_segmentsObject



29
30
31
# File 'lib/snippet_helpers.rb', line 29

def path_segments
  [SOURCE_DIR, 'stylesheets', 'breezeblocks', "_#{name.dasherize}.sass"]
end