Sha256: 311f92e3bf436b8b428c74b42c9d1b3a8c22e3578d11ed0d0e24abef80b720b4
Contents?: true
Size: 285 Bytes
Versions: 29
Compression:
Stored size: 285 Bytes
Contents
module ExplicitHelper def method_in_explicit_helper "<div>This is text from a method in the ExplicitHelper</div>" end # this is an example of a method spec'able with eval_erb in helper specs def prepend(arg, &block) concat(arg, block.binding) + block.call end end
Version data entries
29 entries across 29 versions & 6 rubygems