Class: SnippetHelpers::HtmlSnippet

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



23
24
25
# File 'lib/snippet_helpers.rb', line 23

def language
  :markup
end

#path_segmentsObject



19
20
21
# File 'lib/snippet_helpers.rb', line 19

def path_segments
  [SOURCE_DIR, "_#{name.underscore}.html.haml"]
end