Skip to content

Instantly share code, notes, and snippets.

@enebo
Created January 8, 2011 15:48
Show Gist options
  • Save enebo/770928 to your computer and use it in GitHub Desktop.
Save enebo/770928 to your computer and use it in GitHub Desktop.
r = /a/u
puts r.encoding
r2 = Regexp.new(r)
p r2
puts r2.encoding
puts r2.fixed_encoding?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment