Module: Kernel

Defined in:
lib/encoding/character/utf-8.rb

Instance Method Summary collapse

Instance Method Details

#u(str) ⇒ Object



198
199
200
# File 'lib/encoding/character/utf-8.rb', line 198

def u(str)
  str.extend(Encoding::Character::UTF8::Methods)
end