Class: Pod::Command::Patch

Inherits:
Pod::Command show all
Defined in:
lib/cocoapods-patch/command/patch.rb,
lib/cocoapods-patch/command/patch/apply.rb,
lib/cocoapods-patch/command/patch/create.rb

Direct Known Subclasses

Apply, Create

Defined Under Namespace

Classes: Apply, Create

Instance Method Summary collapse

Instance Method Details

#patch_fileObject



7
8
9
# File 'lib/cocoapods-patch/command/patch.rb', line 7

def patch_file
  config.project_root + 'patches' + "#{@name}.diff"
end