class Fixnum
Public Instance Methods
unicode_chr()
click to toggle source
# File lib/to_sep.rb, line 27 def unicode_chr self.chr(Encoding::UTF_8) end
# File lib/to_sep.rb, line 27 def unicode_chr self.chr(Encoding::UTF_8) end