Parses a C struct’s members
Example:
require 'fiddle/import' include Fiddle::CParser #=> Object parse_struct_signature(['int i', 'char c']) #=> [[Fiddle::TYPE_INT, Fiddle::TYPE_CHAR], ["i", "c"]] parse_struct_signature(['char buffer[80]']) #=> [[[Fiddle::TYPE_CHAR, 80]], ["buffer"]]
Find
(and return) first subnode (recursively) for which the block evaluates to true. Returns nil
if none was found.
Creates an RubyGems API to host
and path
with the given HTTP method
.
If allowed_push_host
metadata is present, then it will only allow that host.
Asks for a password with a prompt
Add the –prerelease option to the option parser.
Returns the error string corresponding to the error code retrieved by error
.
Returns a status string for the response.
Sets p, q for the RSA
instance.