smart-rb / smart_types

A set of objects that acts like types (type checking and type casting) with a support for basic type algebra.
MIT License
18 stars 4 forks source link

Make it possible to create anonymous types #13

Open eugeneyak opened 2 years ago

eugeneyak commented 2 years ago

hey @0exp, thanks for nice gem

Sometimes I need to create a temporary type that I don't want to put in the class tree, what you think about it?