Closed reese closed 1 year ago
SomeObject.new( # arguments... some_array_argument: [ # TODO ] )
SomeObject.new( # arguments... # TODO some_array_argument: [] )
This is mostly a nit -- hashes do this correctly, so we should probably handle this for arrays as well.
Input file
Rubyfmt's output
This is mostly a nit -- hashes do this correctly, so we should probably handle this for arrays as well.