Sha256: cb23dc89bb23fa95137febc26628f07252c6f92d6dd96bd875fc9423211db4f8
Contents?: true
Size: 174 Bytes
Versions: 29
Compression:
Stored size: 174 Bytes
Contents
class Views::DataPassingSystemSpec::PassingLocalsWidget < Fortitude::Widgets::Html5 needs :foo, :bar def content p "foo is: #{foo}" p "bar is: #{bar}" end end
Version data entries
29 entries across 29 versions & 1 rubygems