Class: FakeGit::Log
- Inherits:
-
Object
- Object
- FakeGit::Log
- Defined in:
- lib/fake_git/log.rb
Instance Method Summary collapse
Instance Method Details
#call(*args) ⇒ Object
4 5 6 7 8 |
# File 'lib/fake_git/log.rb', line 4 def call(*args) commit_objects.each do |obj| logger(obj) end end |