Method: YARD::Templates::Template::ClassMethods#initialize

Defined in:
lib/yard/templates/template.rb

#initialize(path, full_paths) ⇒ Object



81
82
83
84
85
86
87
88
# File 'lib/yard/templates/template.rb', line 81

def initialize(path, full_paths)
  full_path = full_paths.shift
  self.path = path
  self.full_path = full_path
  include_inherited(full_paths)
  include_parent
  load_setup_rb
end