Guest User

Untitled

a guest
Jun 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. unless '1.9'.respond_to?(:force_encoding)
  2. String.class_eval do
  3. begin
  4. remove_method :chars
  5. rescue NameError
  6. end
  7. end
  8. end
Add Comment
Please, Sign In to add comment