# File lib/grit_adapter/git_layer_grit.rb, line 161 def checkout(path, ref, options = {}, &block) @git.checkout(options, ref, '--', path, &block) end