Sha256: 4662d479cf24c9873e79d89c6b6511be6b33a019998ccaa4e905e4360e41e804
Contents?: true
Size: 280 Bytes
Versions: 29
Compression:
Stored size: 280 Bytes
Contents
class Views::HelpersSystemSpec::HelperSettingsInheritance < Views::HelpersSystemSpec::HelperSettingsInheritanceParent helper :excitedly def content a = excitedly("awesome") text "it is really #{a}, yo" s = say_how_awesome_it_is text "and #{s}, too" end end
Version data entries
29 entries across 29 versions & 1 rubygems