|
|
|
|
|
by CydeWeys
3496 days ago
|
|
I've never done Ruby, but what I don't like about that second solution is how much logic it puts into formatting directives in a string literal: > "#{x}#{input.split('').count(x)}" Just because Ruby apparently allows you to do that much in a formatting directive doesn't mean you should. |
|