inherited_base() Class Public methods
deep_symbolize_keys() Instance Public methods
done?() Instance Public methods
column_nearest(x, y=None) Instance Public methods
ole_classes() Instance Public methods Alias for: ole_types
get(x, y) Instance Public methods Returns the color of the pixel at coordinates (x,y) in the image as a list of three integers between 0 and 255, representing the red, green and blue components respectively.
[](key) Instance Public methods Alias for: get
demodulize(path) Instance Public methods Removes the module part from the expression in the string. 'ActiveRecord::CoreExtensions::String::Inflections'.demodulize # => "Inflections" 'Inflections'.demodulize # => "Inflections" See also deconstantize.
header?(name) Instance Public methods Returns true if name is a header for this row, and false otherwise.
rollback_db_transaction() Instance Public methods Aborts a transaction.
Page 715 of 2275