class Raykit::Git::Directory

def user_can_commit

def user_can_commit
  return false if user_name.length.zero?
  return false if user_email.length.zero?
  true
end