Sha256: 920919d498e9bfb6d112dcea6864313e20c898f13306a7f474135d3379c81089
Contents?: true
Size: 415 Bytes
Versions: 31
Compression:
Stored size: 415 Bytes
Contents
echo "Welcome to child!" set child_only "this is local" echo "In here var is ${var}" echo "... and __FILE__ is ${__FILE__}" echo "... and other is ${other}" echo "... and child_only is ${child_only}" echo "Bye bye!" assertv "child.bxt$" "${__FILE__}" assertv "^this shouldn't change$" "${other}" assertv "^overriden$" "${var}" assertv "^this is local$" "${child_only}" set retval "child" return retval
Version data entries
31 entries across 31 versions & 1 rubygems