Method: Git::Base::Factory#gcommit
- Defined in:
- lib/git/base/factory.rb
#gcommit(objectish) ⇒ Git::Object
44 45 46 |
# File 'lib/git/base/factory.rb', line 44 def gcommit(objectish) Git::Object.new(self, objectish, 'commit') end |
44 45 46 |
# File 'lib/git/base/factory.rb', line 44 def gcommit(objectish) Git::Object.new(self, objectish, 'commit') end |