Class: Docks::Languages::Slim
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from Base
#load_stub, #parser, symbol_sources
Class Method Details
.extensions ⇒ Object
12
|
# File 'lib/docks/languages/slim_language.rb', line 12
def self.extensions; %w(slim) end
|
Instance Method Details
#helper_markup_for(helper_name, arguments) ⇒ Object
14
15
16
|
# File 'lib/docks/languages/slim_language.rb', line 14
def helper_markup_for(helper_name, arguments)
functionize_helper(helper_name, arguments, start_with: "== ")
end
|