read_ids1_with_locations

read_ids1_with_locations(path) Instance Public methods

actual_hash

actual_hash(fnt, option=nil) Class Public methods

screencells

screencells(win) Class Public methods

alias_target

alias_target(aliascmd, slave = '') Class Public methods

plural

plural(record_or_class) Class Public methods Returns the plural class name of a record or class. ActiveModel::Naming.plural(post) # => "posts" ActiveModel::Naming.plural(Highrise::Person) # => "highrise_people"

parse 2

parse(parent, indent = 0) Instance Public methods Parses the tokens into an array of RDoc::Markup::XXX objects, and appends them to the passed parent RDoc::Markup::YYY object. Exits at the end of the token stream, or when it encounters a token in a column less than indent (unless it is a NEWLINE). Returns parent.

to_s

to_s() Instance Public methods

add_element

add_element(element, attrs=nil) Instance Public methods Adds a child to this element, optionally setting attributes in the element. element optional. If Element, the element is added. Otherwise, a new Element is constructed with the argument (see Element.initialize). attrs If supplied, must be a Hash containing String name,value pairs, which will be used to set the attributes of the new Element. Returns the Element that was added el = doc.add_element 'my-tag' el = doc.a

hasbutton

hasbutton(st=None) Instance Public methods Also aliased as: has_button

new

new(str, safe_level = nil, trim_mode = nil, eoutvar = 'io') Class Public methods Defaults eoutvar to 'io', otherwise is identical to ERB's initialize