default_url_options

default_url_options() Instance Public methods

saturday?

time.saturday? â true or false Instance Public methods Returns true if time represents Saturday. t = Time.local(2006, 6, 10) #=> 2006-06-10 00:00:00 -0500 t.saturday? #=> true

restart

restart(*restart_args, &b) Instance Public methods

[]=

[]=(sql, key) Instance Public methods

parse_arguments

parse_arguments(arguments) Instance Protected methods

uncountable?

uncountable?(record_or_class) Class Public methods Identifies whether the class name of a record or class is uncountable. ActiveModel::Naming.uncountable?(Sheep) # => true ActiveModel::Naming.uncountable?(Post) # => false

post_via_redirect

post_via_redirect(path, parameters = nil, headers_or_env = nil) Instance Public methods Performs a POST request, following any subsequent redirect. See request_via_redirect for more information.

group=

key.group = group => group Instance Public methods Returns the same object passed, not the group object associated with the key. If you wish to access the group object tied to the key call key.group after setting the group. Setting the group will immediately destroy any previously assigned group object. The group is internally copied by OpenSSL. Modifying the original group after assignment will not effect the internal key structure. (your changes may be lost). BE CAREFUL.

not_set_name

not_set_name() Class Public methods

read

IO.read(name, [length [, offset]] ) â stringIO.read(name, [length [, offset]], open_args) â string Class Public methods Opens the file, optionally seeks to the given offset, then returns length bytes (defaulting to the rest of the file). read ensures the file is closed before returning. If the last argument is a hash, it specifies option for internal open(). The key would be the following. open_args: is exclusive to others. encoding string or encoding specifies encoding