Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_my_utf8Object



4
5
6
# File 'lib/paczkomaty_inpost/string.rb', line 4

def to_my_utf8
  ::Iconv.conv('UTF-8//IGNORE', 'UTF-8', self + ' ')[0..-2]
end