namespace(name=nil) Class Public methods Convenience method to get the namespace from the class name. It's the same as Thor default except that the Generator at the end of the class is removed.
insert(*args, &block) Instance Public methods Alias for: insert_before
get(keys=nil) Class Public methods
charset() Instance Public methods HRESULT charset get encoding. BSTR arg0 --- p [OUT]
hsh.key(value) â key Instance Public methods Returns the key of an occurrence of a given value. If the value is not found, returns nil. h = { "a" => 100, "b" => 200, "c" => 300, "d" => 300 } h.key(200) #=> "b" h.key(300) #=> "c" h.key(999) #=> nil
documented?() Instance Public methods A constant is documented if it has a comment, or is an alias for a documented class or module.
tsort_each_node(&block) Instance Public methods
data=(arg0) Instance Public methods VOID data value of the node
config_columnlist(lst) Instance Public methods Alias for: configcolumnlist
author=(o) Instance Public methods Singular writer for authors Usage: spec.author = 'John Jones'
Page 556 of 2275