Results for: "Pathname"

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

No documentation available

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.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Return all files in this gem that match for glob.

No documentation available
No documentation available
No documentation available

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.

Search took: 3ms  ·  Total Results: 2842