Class: Pod::Command::Patch
- Inherits:
-
Pod::Command
- Object
- Pod::Command
- Pod::Command::Patch
- Defined in:
- lib/cocoapods-patch/command/patch.rb,
lib/cocoapods-patch/command/patch/apply.rb,
lib/cocoapods-patch/command/patch/create.rb
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#patch_file ⇒ Object
7 8 9 |
# File 'lib/cocoapods-patch/command/patch.rb', line 7 def patch_file config.project_root + 'patches' + "#{@name}.diff" end |