Writes out text, substituting special characters beforehand. out
A String
, IO
, or any other object supporting <<( String
) input
the text to substitute and the write out
z=utf8.unpack("U*") ascOut="" z.each{|r| if r < 0x100 ascOut.concat(r.chr) else ascOut.concat(sprintf("&#x%x;", r)) end } puts ascOut
Reads text, substituting entities
Munges ary
into a valid Tuple
.
Ensures hash
is a valid Tuple
.
Finds all tuples in the TupleBag
which when treated as templates, match tuple
and are alive.
Return all files in this gem that match for glob
.
Combines specs in index
and source
then writes out a new copy to dest
. For a latest index, does not ensure the new file is minimal.
Creates windows .bat files for easy running of commands
Creates the scripts to run the applications in the gem.