Skip to content

Instantly share code, notes, and snippets.

@chudler
Created December 13, 2011 18:03
Show Gist options
  • Save chudler/1473140 to your computer and use it in GitHub Desktop.
Save chudler/1473140 to your computer and use it in GitHub Desktop.
class DishonestString < String
def is_utf8?
return false if calling_method == 'quote'
super
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment