Method: UnicodedataRb.codepoint
- Defined in:
- lib/unicodedata_rb.rb
.codepoint(num) ⇒ Object
7 8 9 |
# File 'lib/unicodedata_rb.rb', line 7 def self.codepoint(num) UnicodedataRb::Codepoint.from_line _unicodedata_txt_line_from(codepoint: num) end |