method
String
v2_2_9 -
Show latest stable
- Class:
IRB::Locale
String(mes)public
No documentation available.
# File lib/irb/locale.rb, line 43
def String(mes)
mes = super(mes)
if @encoding
mes.encode(@encoding, undef: :replace)
else
mes
end
end