class Pod::Command::Patch
Public Instance Methods
patch_file()
click to toggle source
# File lib/pod/command/patch.rb, line 10 def patch_file config.project_root + 'patches' + "#{@name}.diff" end
patches_path()
click to toggle source
# File lib/pod/command/patch.rb, line 14 def patches_path config.project_root + 'patches' end