Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/mb-ext/string.rb

Instance Method Summary collapse

Instance Method Details

#force_encoding(enc) ⇒ Object

Fake out “force_encoding” if we’re on 1.8



4
5
6
# File 'lib/mb-ext/string.rb', line 4

def force_encoding enc
  self
end