<=>(p1) Instance Public methods Provides a case-sensitive comparison operator for pathnames. Pathname.new('/usr') <=> Pathname.new('/usr/bin') #=> -1 Pathname.new('/usr/bin') <=> Pathname.new('/usr/bin') #=> 0 Pathname.new('/usr/bin') <=> Pathname.new('/USR/BIN') #=> 1 It will return -1, 0 or 1 depending on the value of the left argument relative to the right argument. Or it will return nil if the arguments are not comparable.
peek(len) Instance Public methods Extracts a string corresponding to string[pos,len], without advancing the scan pointer. s = StringScanner.new('test string') s.peek(7) # => "test st" s.peek(7) # => "test st"
rchart(series, xcrd, ycrd) Instance Public methods
I(n) Class Public methods Alias for: identity
parent_prefixes() Instance Public methods
sort_decreasing() Instance Public methods
see(item, column=None, keys={}) Instance Public methods
new(path, initheader = nil) Class Public methods Creates an HTTP request object for path. initheader are the default headers to use. Net::HTTP adds Accept-Encoding to enable compression of the response body unless Accept-Encoding or Range are supplied in initheader.
replaceData(arg0, arg1, arg2) Instance Public methods VOID replaceData replace string within the value I4 arg0 --- offset [IN] I4 arg1 --- count [IN] BSTR arg2 --- data [IN]
ignore_unknown_element() Instance Public methods
Page 450 of 2275