Closed jfairbank closed 9 years ago
This applies to inspect and to_s. It should still return <unknown> when calling to_name.
inspect
to_s
<unknown>
to_name
irb(main):002:0> 'red'.paint.brighten => <unknown>
Implemented by ce49d23.
This applies to
inspect
andto_s
. It should still return<unknown>
when callingto_name
.