namespaceURI

namespaceURI() Instance Public methods BSTR namespaceURI the URI for the namespace applying to the node

entries

Dir.entries( dirname ) â array Class Public methods Returns an array containing all of the filenames in the given directory. Will raise a SystemCallError if the named directory doesn't exist. Dir.entries("testdir") #=> [".", "..", "config.h", "main.rb"]

silence

silence(temporary_level = Logger::ERROR) Instance Public methods Silences the logger for the duration of the block.

take!

take!() Instance Public methods Same as take but raises ActiveRecord::RecordNotFound if no record is found. Note that take! accepts no arguments.

set_numeric_element_type

set_numeric_element_type(idxs, val) Instance Public methods

parent_item

parent_item(item) Instance Public methods

pop

pop() Instance Public methods Retrieves a notification. Raises RequestExpiredError when this NotifyTemplateEntry expires.

select

select(date) Instance Public methods

parse_entries

parse_entries() Instance Public methods Parses the entries in the ChangeLog. Returns an Array of each ChangeLog entry in order of parsing. A ChangeLog entry is an Array containing the ChangeLog title (date and committer) and an Array of ChangeLog items (file and function changed with description). An example result would be: [ 'Tue Dec 4 08:33:46 2012 Eric Hodel <drbrain@segment7.net>', [ 'README.EXT: Converted to RDoc format', 'README.EXT.ja: ditto']]

default_record_separator

default_record_separator() Class Public methods