Sha256: 23feb32f4845e060536b14e5c2ab01af3c82cb4475994b5bd346e657fc16fa39
Contents?: true
Size: 288 Bytes
Versions: 29
Compression:
Stored size: 288 Bytes
Contents
class Views::RenderingSystemSpec::RenderHtmlSafeStrings < Fortitude::Widgets::Html5 needs :a, :b, :c, :d, :e def content text "a: " text a text ", b: " text b text ", c: " text raw(c) text ", d: " rawtext h(d) text ", e: " text h(e) end end
Version data entries
29 entries across 29 versions & 1 rubygems