Results for: "pstore"

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

FIXME The next two methods are BAD MOJO! This is my achilles heel. If anybody thinks of a better way of doing this, be my guest. This really sucks, but it is a wonder it works at all. ########################################################

No documentation available
No documentation available

record class_name for the supplied uri and tag_name

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 true if this spec can require file.

Return all files in this gem that match for glob.

Display to the user that a gem couldn’t be found and reasons why

Creates an option parser and fills it in with the help info for the command.

No documentation available

Checks the permissions of the credentials file. If they are not 0600 an error message is displayed and RubyGems aborts.

Removes the gemspec matching full_name from the dependency list

No documentation available
No documentation available

List of gem file names to index.

Search took: 5ms  ·  Total Results: 3307