Sha256: 7e38895d4bed1e070a0f07178750428cc2a7f7df207df610b3753e72ab05702d
Contents?: true
Size: 172 Bytes
Versions: 29
Compression:
Stored size: 172 Bytes
Contents
class Views::DataPassingSystemSpec::PassingDataWidget < 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