Method: Git::Base#apply

Defined in:
lib/git/base.rb

#apply(file)

[View source]

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