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