Guest User

Untitled

a guest
Apr 27th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if RUBY_VERSION < "1.9.0"
  2.  
  3. class String
  4.  
  5. def force_encoding(encoding)
  6. return self
  7. end
  8.  
  9. end
  10.  
  11. end
Add Comment
Please, Sign In to add comment