Sha256: 96206c9c83328e58e317e848d0b0110d831ce03c99de85a745ddcec37eb7efe4
Contents?: true
Size: 252 Bytes
Versions: 6
Compression:
Stored size: 252 Bytes
Contents
p do "Test the Concat Helper" concat( "Concat Text", binding ) end def tester_helper( &block ) concat( "Start Tester Block", block.binding ) yield concat( "Finish Tester Block", block.binding ) end tester_helper do text "In Tester Block" end
Version data entries
6 entries across 6 versions & 1 rubygems