Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/motion-markdown-it/common/simpleidn.rb

Overview

Instance Method Summary collapse

Instance Method Details

#to_utf8_characterObject



5
6
7
# File 'lib/motion-markdown-it/common/simpleidn.rb', line 5

def to_utf8_character
  [self].pack("U*")
end