Closed koppen closed 4 years ago
Without this the following order is correct according to Rubocop:
However Ruby says something different:
> ["capistrano3-puma", "capistrano-bundler"].sort => ["capistrano-bundler", "capistrano3-puma"]
and sorting using sort(1), VS Code and Sublime Text gives us the same ordering as Ruby:
sort(1)
Without this the following order is correct according to Rubocop:
However Ruby says something different:
and sorting using
sort(1)
, VS Code and Sublime Text gives us the same ordering as Ruby: