Top Level Namespace
Defined Under Namespace
Modules: Benoit, BuildNotifiers, Enumerable, Rake Classes: Pathname, StandardError
Instance Method Summary collapse
-
#FindsLayoutsForTemplate(input, options = {}) ⇒ Object
TemplateLayoutLookup.rb Benoit.
-
#NormalizesPathToTemplate(template, load_paths) ⇒ Object
NormalizesPathToTemplate.rb Benoit.
Instance Method Details
#FindsLayoutsForTemplate(input, options = {}) ⇒ Object
TemplateLayoutLookup.rb
Benoit
Created by Joseph Fiorini on 10/29/12.
Copyright 2012 densitypop. All rights reserved.
9 10 11 |
# File 'lib/benoit/utils/finds_layouts_for_template.rb', line 9 def FindsLayoutsForTemplate(input, ={}) Benoit::Utils::FindsLayoutsForTemplate.new(input, ).lookup_layouts end |
#NormalizesPathToTemplate(template, load_paths) ⇒ Object
NormalizesPathToTemplate.rb
Benoit
Created by Joseph Fiorini on 10/29/12.
Copyright 2012 densitypop. All rights reserved.
9 10 11 12 |
# File 'lib/benoit/utils/normalizes_path_to_template.rb', line 9 def NormalizesPathToTemplate(template, load_paths) Benoit::Utils::NormalizesPathToTemplate.new(template, load_paths). normalize_path end |