Method: String#force_encoding

Defined in:
lib/rockdove.rb

#force_encoding(enc) ⇒ Object

Make String force_encodings work the same across 1.8



31
32
33
# File 'lib/rockdove.rb', line 31

def force_encoding(enc)
  self
end