If you're converting to RBS, some duck types like #to_s now get converted to their RBS interfaces like _ToS.
Also took this opportunity to refactor the way configuration gets passed to TypeConverter to make it easier to add more configuration. (Previously TypeConverter wasn't aware of the output type language.)
If you're converting to RBS, some duck types like
#to_s
now get converted to their RBS interfaces like_ToS
.Also took this opportunity to refactor the way configuration gets passed to
TypeConverter
to make it easier to add more configuration. (PreviouslyTypeConverter
wasn't aware of the output type language.)Fixes #154