# File lib/git/lib.rb, line 396 def apply(patch_file) arr_opts = [] arr_opts << patch_file.to_s if patch_file command('apply', arr_opts) end