phlex-ruby / phlex

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

Add dynamic tag method #748

Closed joeldrapper closed 2 weeks ago

joeldrapper commented 1 month ago

Closes #707

This provides a safer alternative to using send and public_send to dynamically call Phlex methods when using your own meta-programming.