to_sym

to_sym() Instance Public methods Also aliased as: symbol

create_latinfont

create_latinfont(font) Instance Public methods Also aliased as: create_asciifont

finish

finish(name, payload) Instance Public methods Send a finish notification with name and payload.

in_char_class?

in_char_class?(codepoint, classes) Instance Public methods Detect whether the codepoint is in a certain character class. Returns true when it's in the specified character class and false otherwise. Valid character classes are: :cr, :lf, :l, :v, :lv, :lvt and :t. Primarily used by the grapheme cluster support.

unpack_graphemes

unpack_graphemes(string) Instance Public methods Unpack the string at grapheme boundaries. Returns a list of character lists. Unicode.unpack_graphemes('à¤à¥à¤·à¤¿') # => [[2325, 2381], [2359], [2367]] Unicode.unpack_graphemes('Café') # => [[67], [97], [102], [233]]

to_s

to_s() Instance Public methods

native

native() Instance Public methods Returns a new ipaddr built by converting the IPv6 address into a native IPv4 address. If the IP address is not an IPv4-mapped or IPv4-compatible IPv6 address, returns self.

showPhase

showPhase() Instance Public methods Update the phase-space graph according to the current angle and the rate at which the angle is changing (the first derivative with respect to time.)

wday

d.wday â fixnum Instance Public methods Returns the day of week (0-6, Sunday is zero). Date.new(2001,2,3).wday #=> 6

destroy

destroy() Instance Public methods Alias for: delete