[Source]
# File lib/grit/git.rb, line 7 7: def initialize(command = nil, bytes_read = nil) 8: @command = command 9: @bytes_read = bytes_read 10: end
[Validate]