connect_nonblock

ssl.connect_nonblock => self Instance Public methods Initiates the SSL/TLS handshake as a client in non-blocking manner. # emulates blocking connect begin ssl.connect_nonblock rescue IO::WaitReadable IO.select([s2]) retry rescue IO::WaitWritable IO.select(nil, [s2]) retry end

latin_actual

latin_actual(option=nil) Instance Public methods Also aliased as: ascii_actual

selection_clear

selection_clear(first, last=None) Instance Public methods

end_of_month

end_of_month() Instance Public methods Returns a new date/time representing the end of the month. DateTime objects will have a time set to 23:59:59. at_end_of_month

document_self=

document_self=(document_self) Instance Public methods Enables or disables documentation of this CodeObject unless it has been turned off by :enddoc:. If the argument is nil it means the documentation is turned off by :nodoc:.

at_beginning_of_month

at_beginning_of_month() Instance Public methods Alias for: beginning_of_month

months_since

months_since(months) Instance Public methods Returns a new date/time the specified number of months in the future.

stop_doc

stop_doc() Instance Public methods Disable capture of documentation

extract_call_seq

extract_call_seq(method) Instance Public methods Look for a 'call-seq' in the comment to override the normal parameter handling. The :call-seq: is indented from the baseline. All lines of the same indentation level and prefix are consumed. For example, all of the following will be used as the :call-seq: # :call-seq: # ARGF.readlines(sep=$/) -> array # ARGF.readlines(limit) -> array # ARGF.readlines(sep, limit) -> array # # ARGF.to_a(sep=$/) -> arr

call 2

call(template) Instance Public methods