Readline.basic_word_break_characters = string Class Public methods Sets the basic list of characters that signal a break between words for the completer routine. The default is the characters which break words for completion in Bash: â tn"\'`@$><=;|&{(â. Raises NotImplementedError if the using readline library does not support. Raises SecurityError exception if $SAFE is 4.
short_name() Instance Public methods Alias for: sn
install_have_child_element(tag_name, uri, occurs, name=nil, type=nil) Instance Public methods Also aliased as: install_have_attribute_element
tag_end(name) Instance Public methods Called when the end tag is reached. In the case of <tag/>, #tag_end will be called immidiately after #tag_start @p the name of the tag
expanded_list() Instance Public methods Alias for: exp_state
scan_until(pattern) Instance Public methods Scans the string until the pattern is matched. Returns the substring up to and including the end of the match, advancing the scan pointer to that location. If there is no match, nil is returned. s = StringScanner.new("Fri Dec 12 1975 14:39") s.scan_until(/1/) # -> "Fri Dec 1" s.pre_match # -> "Fri Dec " s.scan_until(/XYZ/) # -> nil
period_for_utc(time) Instance Public methods Available so that TimeZone instances respond like TZInfo::Timezone instances.
namespace_context() Class Public methods
addrinfo.protocol => integer Instance Public methods returns the socket type as an integer. Addrinfo.tcp("localhost", 80).protocol == Socket::IPPROTO_TCP #=> true
as_json(*) Instance Public methods
Page 264 of 2275