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