# File lib/r10k/module/git.rb, line 10
  def self.implement?(name, args)
    args.is_a? Hash and args.has_key?(:git)
  rescue
    false
  end