Sha256: 8495c7690ff8c7b4ac44fd2482d7b9cfd1a9f40546bb58aa41b9fda2f7b16a87
Contents?: true
Size: 184 Bytes
Versions: 2
Compression:
Stored size: 184 Bytes
Contents
class Views::DataPassingSystemSpec::NilDataWidget < Fortitude::Widgets::Html5 needs :foo, :bar def content p "foo is: #{foo.inspect}" p "bar is: #{bar.inspect}" end end
Version data entries
2 entries across 2 versions & 1 rubygems