Sha256: e7631295198190a209538c1257629bb143f9c7eca4bc06e535e4c073521b1bb4
Contents?: true
Size: 223 Bytes
Versions: 29
Compression:
Stored size: 223 Bytes
Contents
class Views::DataPassingSystemSpec::ParentToChildPassing < Fortitude::Widgets::Html5 def content p "parent before" widget Views::DataPassingSystemSpec::ParentToChildPassingChild.new p "parent after" end end
Version data entries
29 entries across 29 versions & 1 rubygems