Method: Git::Base#apply
- Defined in:
- lib/git/base.rb
permalink #apply(file)
571 572 573 574 575 |
# File 'lib/git/base.rb', line 571 def apply(file) if File.exist?(file) self.lib.apply(file) end end |
571 572 573 574 575 |
# File 'lib/git/base.rb', line 571 def apply(file) if File.exist?(file) self.lib.apply(file) end end |