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