Kevin
Kevin
This doesn't work: ```ruby class Procy extend Literal::Attributes attribute :some_proc, Proc, :&, default: -> { proc {} } end ``` ``` irb(main):016> Procy.new /ruby/gems/3.2.0/bundler/gems/literal-455f225574db/lib/literal/attributable.rb:81:in `initialize': Expected `nil` to be of...
**Is your feature request related to a problem? Please describe.** Phlexing can't tell when to leave out the `text` method call on methods that render  Expected: ```ruby render SomeComponent.new...