Method: TimeCost::AuthorList#parse
- Defined in:
- lib/timecost/author_list.rb
#parse(author) ⇒ Object
Return local user id for git user FIXME: should handle multiple names for same user
30 31 32 |
# File 'lib/timecost/author_list.rb', line 30 def parse return [] end |