Module: TemplateManager

Extended by:
TemplateManager
Included in:
TemplateManager
Defined in:
lib/template_manager.rb

Instance Method Summary collapse

Instance Method Details

#inner_template(outer, name) ⇒ Object



10
11
12
# File 'lib/template_manager.rb', line 10

def inner_template(outer, name)
  templates[outer][name]
end

#inner_templates(outer) ⇒ Object



7
8
9
# File 'lib/template_manager.rb', line 7

def inner_templates(outer)
  templates[outer].keys
end

#outer_templatesObject



4
5
6
# File 'lib/template_manager.rb', line 4

def outer_templates
  templates.keys
end