Method: Spider::CompiledTemplate#initialize
- Defined in:
- lib/spiderfw/templates/template.rb
#initialize ⇒ CompiledTemplate
Returns a new instance of CompiledTemplate.
992 993 994 995 996 |
# File 'lib/spiderfw/templates/template.rb', line 992 def initialize() @subtemplates = {} @subtemplate_owners = {} @devel_info = {} end |