Class: SnippetHelpers::HtmlSnippet
- 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
23 24 25 |
# File 'lib/snippet_helpers.rb', line 23 def language :markup end |
#path_segments ⇒ Object
19 20 21 |
# File 'lib/snippet_helpers.rb', line 19 def path_segments [SOURCE_DIR, "_#{name.underscore}.html.haml"] end |