match

match(tuple) Instance Public methods Matches this TemplateEntry against tuple. See Rinda::Template#match for details on how a Template matches a Tuple. ===

ancestors

ancestors() Instance Public methods Ancestors cache accessor. Maps a klass name to an Array of its ancestors in this store. If Foo in this store inherits from Object, Kernel won't be listed (it will be included from ruby's ri store).

export_with_clear

export_with_clear(*patterns) Class Public methods

save!

save!(options={}) Instance Public methods Attempts to save the record just like #save but will raise a RecordInvalid exception instead of returning false if the record is not valid.

paranoid

paranoid(path, extension) Instance Public methods Ensure path and path with extension are identical.

coerce

coerce(oth) Instance Public methods Args v URI or String Description attempt to parse other URI +oth+ return [parsed_oth, self] Usage require 'uri' uri = URI.parse("http://my.example.com") uri.coerce("http://foo.com") #=> [#<URI::HTTP:0x00000000bcb028 URL:http://foo.com/>, #<URI::HTTP:0x00000000d92178 URL:http://my.example.com>]

real?

num.real? â true or false Instance Public methods Returns true if num is a Real (i.e. non Complex).

exception 2

exc.exception(string) â an_exception or exc Instance Public methods With no argument, or if the argument is the same as the receiver, return the receiver. Otherwise, create a new exception object of the same class as the receiver, but with a message equal to string.to_str.

find_tcltk_header

find_tcltk_header(tclver, tkver) Instance Public methods

computepos

computepos() Class Public methods Also aliased as: compute_pos