Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/simpleidn.rb

Instance Method Summary collapse

Instance Method Details

#to_utf8_characterObject



14
15
16
# File 'lib/simpleidn.rb', line 14

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