Module: TurboBoost::Streams::Patches::TagBuilder
- Includes:
- TagHelper
- Defined in:
- lib/turbo_boost/streams/patches/tag_builder.rb
Overview
Patch for Turbo::Streams::TagBuilder typically exposed as ‘turbo_stream` SEE: github.com/hotwired/turbo-rails/blob/main/app/models/turbo/streams/tag_builder.rb
Instance Method Summary collapse
Methods included from TagHelper
Instance Method Details
#invoke ⇒ Object
11 12 13 |
# File 'lib/turbo_boost/streams/patches/tag_builder.rb', line 11 def invoke(...) TurboBoost::Streams::StringWrapper.new turbo_stream_invoke_tag(...) end |