Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_fullwidthObject

fullwidth



1825
1826
1827
# File 'lib/emoji2020.rb', line 1825

def to_fullwidth() # fullwidth
  self.chars.map {|x| [65248 + x.ord].pack("U*") }.join.gsub("\uFF00",'  ')
end