Method: TimeCost::Commit#initialize
- Defined in:
- lib/timecost/commit.rb
#initialize(commit) ⇒ Commit
Returns a new instance of Commit.
6 7 8 9 10 11 |
# File 'lib/timecost/commit.rb', line 6 def initialize commit @commit = commit @note = nil = nil @date = nil end |