Method: Gity::GitLogParser#initialize
- Defined in:
- lib/gity/git_log.rb
#initialize(logs) ⇒ GitLogParser
Returns a new instance of GitLogParser.
9 10 11 12 |
# File 'lib/gity/git_log.rb', line 9 def initialize(logs) @logs = logs parse(logs) end |