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