This repository was archived by the owner on Feb 2, 2023. It is now read-only.
Consider implicit coercions, e.g. to_str
for String
#147
Labels
to_str
for String
#147
For instance, instead of requiring that
String
values are actuallyT_STRING
we could use implicit coercions (to_str
) on the provided object. This would definitely be more Ruby-like in behavior.Is this something we'd want to do? What are the drawbacks, if any?
The text was updated successfully, but these errors were encountered: