Results for: "OptionParser"

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

Raised when attempting to uninstall a gem that isn’t in GEM_HOME.

Raised by Gem::Validator when something is not right in a gem.

class that Parses String’s into URI’s

It contains a Hash set of patterns and Regexp’s that match and validate.

No documentation available
No documentation available

A mixin that provides methods for parsing C struct and prototype signatures.

Example

require 'fiddle/import'

include Fiddle::CParser
  #=> Object

parse_ctype('int')
  #=> Fiddle::TYPE_INT

parse_struct_signature(['int i', 'char c'])
  #=> [[Fiddle::TYPE_INT, Fiddle::TYPE_CHAR], ["i", "c"]]

parse_signature('double sum(double, double)')
  #=> ["sum", Fiddle::TYPE_DOUBLE, [Fiddle::TYPE_DOUBLE, Fiddle::TYPE_DOUBLE]]
No documentation available

Mixin methods for install and update options for Gem::Commands

Mixin methods for local and remote Gem::Command options.

Parser for XML-RPC call and response

No documentation available

WIN32OLE_PARAM objects represent param information of the OLE method.

No documentation available

The InstructionSequence class represents a compiled sequence of instructions for the Ruby Virtual Machine.

With it, you can get a handle to the instructions that make up a method or a proc, compile strings of Ruby code down to VM instructions, and disassemble instruction sequences to strings for easy inspection. It is mostly useful if you want to learn how the Ruby VM works, but it also lets you control various settings for the Ruby iseq compiler.

You can find the source for the VM instructions in insns.def in the Ruby source.

The instruction sequence results will almost certainly change as Ruby changes, so example output in this documentation may be different from what you see.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
Search took: 6ms  ·  Total Results: 4164