Method: Git::Object::Commit#author

Defined in:
lib/git/object.rb

#author

git author

[View source]

199
200
201
202
# File 'lib/git/object.rb', line 199

def author
  check_commit
  @author
end