class Git::Object::Commit

def author

git author
def author     
  check_commit
  @author
end