Method: FsTemplate::TemplateFile#combined

Defined in:
lib/fs_template/template_file.rb

#combined(base) ⇒ Object



115
116
117
# File 'lib/fs_template/template_file.rb', line 115

def combined(base)
  self.class.new(:path => path, :full_body => apply_body_to(base.body))
end