test_raise(ip, parent) Instance Public methods raise/lower ã®ãµã³ãã«.
inspect() Instance Public methods Alias for: hexdigest
kanji_font() Instance Public methods Also aliased as: kanjifont
json_create(object) Class Public methods Deserializes JSON string by constructing new Struct object with values v serialized by to_json.
<=>(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
Page 450 of 2275