Method: Codgen::TemplateProviderList#initialize

Defined in:
lib/codgen/template_provider.rb

#initializeTemplateProviderList

Returns a new instance of TemplateProviderList.



67
68
69
70
# File 'lib/codgen/template_provider.rb', line 67

def initialize
  @by_ext = Hash.new
  @by_name = Hash.new
end