patbenatar / rbexy

A Ruby template language and component framework inspired by JSX and React
MIT License
34 stars 5 forks source link

Bugs related to string coercion #62

Closed patbenatar closed 3 years ago

patbenatar commented 3 years ago

Only coerce expressions to_s when we're going to concat them onto a Raw output_buffer. Also refactor some Array utils into refinements.