default_ssl_port

default_ssl_port() Class Public methods Alias for: default_tls_port

new

new(options, characters = 100, paragraphs = 3, markup = nil) Class Public methods Creates a new ToHtmlSnippet formatter that will cut off the input on the next word boundary after the given number of characters or paragraphs of text have been encountered.

hide

hide(idx) Instance Public methods

quote_table_name_for_assignment

quote_table_name_for_assignment(table, attr) Instance Public methods

codepoints

str.codepoints â an_array Instance Public methods Returns an array of the Integer ordinals of the characters in str. This is a shorthand for str.each_codepoint.to_a. If a block is given, which is a deprecated form, works the same as each_codepoint.

attributes

attributes() Instance Public methods IXMLDOMNamedNodeMap attributes the collection of the node's attributes

at

at(position) Instance Public methods If you pass a single Fixnum, returns a substring of one character at that position. The first character of the string is at position 0, the next at position 1, and so on. If a range is supplied, a substring containing characters at offsets given by the range is returned. In both cases, if an offset is negative, it is counted from the end of the string. Returns nil if the initial offset falls outside the string. Returns an empty string if the beg

acct

acct(account) Instance Public methods Sends the ACCT command. This is a less common FTP command, to send account information if the destination host requires it.

selection_remove

selection_remove() Instance Public methods

number_to_phone

number_to_phone(number, options = {}) Instance Public methods Formats a number into a US phone number (e.g., (555) 123-9876). You can customize the format in the options hash. Options :area_code - Adds parentheses around the area code. :delimiter - Specifies the delimiter to use (defaults to â-â). :extension - Specifies an extension to add to the end of the generated number. :country_code - Sets the country code for the phone number. :raise - If true, raises InvalidNumberE