to_hash() Instance Public methods Collapses the row into a simple Hash. Be warning that this discards field order and clobbers duplicate fields.
atom(name, win=nil) Class Public methods
add(win, keys={}) Instance Public methods
kind() Class Public methods Returns the kind of the validator. PresenceValidator.kind # => :presence UniquenessValidator.kind # => :uniqueness
keys() Instance Public methods Returns all message keys. person.errors.messages # => {:name=>["cannot be nil", "must be specified"]} person.errors.keys # => [:name]
on_end_element(name) Instance Public methods
text=(text) Instance Public methods Replaces this comment's text with text and resets the parsed document. An error is raised if the comment contains a document but no text.
unshift(path) Instance Public methods
deep_clone() Instance Public methods Deeply clones this object. This creates a complete duplicate of this Parent, including all descendants.
get_theme_list() Class Public methods
Page 685 of 2275