Closed MalloZup closed 6 years ago
https://github.com/openSUSE/gitarro/blob/master/lib/gitarro/backend.rb#L92
in that function we are creating a variable for then returning it.
instead we can just call the function ( the return value will be returned by ruby)
https://github.com/openSUSE/gitarro/blob/master/lib/gitarro/backend.rb#L92
in that function we are creating a variable for then returning it.
instead we can just call the function ( the return value will be returned by ruby)