ruby / set

This library provides the Set class, which deals with a collection of unordered values with no duplicates.
BSD 2-Clause "Simplified" License
23 stars 13 forks source link

Make Set#pretty_print IRB::ColorPrinter friendly #17

Closed k-tsj closed 3 years ago

k-tsj commented 3 years ago

Before

before

After

after
knu commented 3 years ago

Thanks!

k-tsj commented 2 years ago

@knu It would be nice if you could merge this change into ruby/ruby by preview1 release.

Thanks.

k-tsj commented 2 years ago

Oops, it has been already merged. Sorry.