Method: String#force_encoding

Defined in:
lib/bson/environment.rb

#force_encodingObject

Force the string to the provided encoding. NOOP.

Since:

  • 2.0.0



94
# File 'lib/bson/environment.rb', line 94

def force_encoding(*); self; end