Class: String

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

Overview

String

Instance Method Summary collapse

Instance Method Details

#to_utf8Object



5
6
7
# File 'lib/kampyo/string.rb', line 5

def to_utf8
  force_encoding('UTF-8')
end