Sha256: 4bb89f038742f0898a39caad1cf4d057b1f6ba6043a97c6765ee592765cc1a78
Contents?: true
Size: 347 Bytes
Versions: 16
Compression:
Stored size: 347 Bytes
Contents
class Views::WidgetToRenderWithCapture < ::Fortitude::Widgets::Html5 def content x = nil p(:class => 'one') { text "before_capture" x = capture { p "inside_capture" } text "after_capture" } p(:class => 'two') { text "before_splat" rawtext(x) text "after_splat" } end end
Version data entries
16 entries across 16 versions & 1 rubygems