Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/emoji2020.rb
Instance Method Summary collapse
-
#to_fullwidth ⇒ Object
fullwidth.
Instance Method Details
#to_fullwidth ⇒ Object
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 |