Kevin

Results 2 issues of 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 ![image](https://user-images.githubusercontent.com/1279036/217304833-e0a026aa-0d32-4f1b-9bbd-18f79240fec6.png) Expected: ```ruby render SomeComponent.new...

wrong converter output