Class: Pod::Helper::PrefixHeader

Inherits:
TemplateFile show all
Defined in:
lib/pod/helper/template_file.rb

Instance Method Summary collapse

Methods inherited from TemplateFile

#exists?, #file, #fixture_path, #initialize, #template, #write

Constructor Details

This class inherits a constructor from Pod::Helper::TemplateFile

Instance Method Details

#nameObject



102
103
104
# File 'lib/pod/helper/template_file.rb', line 102

def name
 "#{@project_name}-Prefix.pch"
end

#template_nameObject



106
107
108
# File 'lib/pod/helper/template_file.rb', line 106

def template_name
  'Prefix.pch'
end