Results for: "match"

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

Iterates over the attributes of an Element. Yields actual Attribute nodes, not String values.

doc = Document.new '<a x="1" y="2"/>'
doc.root.attributes.each_attribute {|attr|
  p attr.expanded_name+" => "+attr.value
}
No documentation available
No documentation available
No documentation available

Defaults to use Ruby’s program prefix and suffix.

No documentation available

This is ported over from the yaml_tree in 1.9.3

File Fetcher. Dispatched by fetch_path. Use it instead.

HTTP Fetcher. Dispatched by fetch_path. Use it instead.

No documentation available
No documentation available

Returns the size of uri in bytes.

No documentation available

Returns true when it is possible and safe to update the cache directory.

Fetches a specification for the given name_tuple.

Implementation for Specification#validate_metadata

No documentation available

Returns the make command for the current platform. For versions of Ruby built on MS Windows with VC++ or Borland it will return ‘nmake’. On all other platforms, including Cygwin, it will return ‘make’.

Returns the make command for the current platform. For versions of Ruby built on MS Windows with VC++ or Borland it will return ‘nmake’. On all other platforms, including Cygwin, it will return ‘make’.

No documentation available

Checks the scheme v component against the URI::Parser Regexp for :SCHEME.

Search took: 5ms  ·  Total Results: 2234