Closed MalloZup closed 6 years ago
here https://github.com/openSUSE/gitarro/blob/master/lib/gitarro/backend.rb#L123
we can use on of the https://ruby-doc.org/core-2.5.1/Enumerable.html for avodind the push inside each. ( i think collect is the right one to use)
collect
I would like to take this one
@ozmar-11 feel free to improve the code ! :+1:
@MalloZup could you please review my PR?
@ozmar-11 done thank you!
Great, thanks
@ozmar-11 have nice day! ciao thank you
here https://github.com/openSUSE/gitarro/blob/master/lib/gitarro/backend.rb#L123
we can use on of the https://ruby-doc.org/core-2.5.1/Enumerable.html for avodind the push inside each. ( i think
collect
is the right one to use)