Method: Git::Base#apply
- Defined in:
- lib/git/base.rb
#apply(file) ⇒ Object
424 425 426 427 428 |
# File 'lib/git/base.rb', line 424 def apply(file) if File.exist?(file) self.lib.apply(file) end end |
424 425 426 427 428 |
# File 'lib/git/base.rb', line 424 def apply(file) if File.exist?(file) self.lib.apply(file) end end |