Method: Git::Object::Commit#author

Defined in:
lib/git/object.rb

#authorObject

git author



195
196
197
198
# File 'lib/git/object.rb', line 195

def author     
  check_commit
  @author
end