===

fix == other â true or false Instance Public methods Return true if fix equals other numerically. 1 == 2 #=> false 1 == 1.0 #=> true

to_datetime

to_datetime() Instance Public methods Converts a string to a DateTime value. "1-1-2012".to_datetime # => Sun, 01 Jan 2012 00:00:00 +0000 "01/01/2012 23:59:59".to_datetime # => Sun, 01 Jan 2012 23:59:59 +0000 "2012-12-13 12:50".to_datetime # => Thu, 13 Dec 2012 12:50:00 +0000 "12/13/2012".to_datetime # => ArgumentError: invalid date

remove_reference

remove_reference(table_name, ref_name, options = {}) Instance Public methods Removes the reference(s). Also removes a type column if one exists. remove_reference, remove_references and remove_belongs_to are acceptable. Remove the reference remove_reference(:products, :user, index: true) Remove polymorphic reference remove_reference(:products, :supplier, polymorphic: true) remove_belongs_to

show_image

show_image(fmt, type, data) Instance Public methods

info

info() Instance Public methods Returns key information as Array of: :num_keys The number of subkeys. :max_key_length Maximum length of name of subkeys. :num_values The number of values. :max_value_name_length Maximum length of name of values. :max_value_length Maximum length of value of values. :descriptor_length Length of security descriptor. :wtime Last write time as FILETIME(64-bit integer) For detail, see RegQueryInfoKey Win32 API.

to_i

bn.to_i => integer Instance Public methods Also aliased as: to_int

exec

exec([env,] command... [,options]) Class Public methods Replaces the current process by running the given external command. command⦠is one of following forms. commandline : command line string which is passed to the standard shell cmdname, arg1, ... : command name and one or more arguments (no shell) [cmdname, argv0], arg1, ... : command name, argv[0] and zero or more arguments (no shell) If single string is given as the command, it is taken as a command

_rfc3339

Date._rfc3339(string) â hash Class Public methods Returns a hash of parsed elements.

pid

strio.pid â nil Instance Public methods

selection

selection() Instance Public methods Also aliased as: selection_get