Method: Git::Base#apply
- Defined in:
- lib/git/base.rb
#apply(file) ⇒ Object
435 436 437 438 439 |
# File 'lib/git/base.rb', line 435 def apply(file) if File.exist?(file) self.lib.apply(file) end end |
435 436 437 438 439 |
# File 'lib/git/base.rb', line 435 def apply(file) if File.exist?(file) self.lib.apply(file) end end |