Sha256: 8fe03fb7b2f67e6c5ce8aeec0b4c24e8a8b13c31e35584e9e5d54c48c1b98d1e
Contents?: true
Size: 143 Bytes
Versions: 15
Compression:
Stored size: 143 Bytes
Contents
module FrankHelpers def hello_helper 'hello from helper' end def title(val = nil) @title = val if val @title || "" end end
Version data entries
15 entries across 15 versions & 1 rubygems