phlex-ruby / phlex

A framework for building object-oriented views in Ruby.
https://beta.phlex.fun
MIT License
1.3k stars 84 forks source link

Fix content yielding issue #771

Closed joeldrapper closed 2 months ago

joeldrapper commented 2 months ago

I forgot to remove these return false cases when inlining the yield_content stuff.

Closes #770