Method: Hookers::Git::Commit#initialize
- Defined in:
- lib/hookers/git/commit.rb
#initialize(id, author, message) ⇒ Commit
Returns a new instance of Commit.
8 9 10 11 12 |
# File 'lib/hookers/git/commit.rb', line 8 def initialize(id, , ) self.id = id self. = self. = end |