Open gogotanaka opened 9 years ago
Like that.
def sum(char, *ary) ary.inject(:+) end typesig :sum, [String, [Numeric]] => Numeric
Like that.