9 lines
108 B
Ruby
9 lines
108 B
Ruby
|
|
||
|
module TimeCost
|
||
|
class Range
|
||
|
# Return local user id for git user
|
||
|
def self.parse gituser
|
||
|
end
|
||
|
end
|
||
|
end
|