Skip to content

Instantly share code, notes, and snippets.

@mehdi-farsi
Last active April 2, 2021 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mehdi-farsi/e9e86965af68a93946e558424df58304 to your computer and use it in GitHub Desktop.
Save mehdi-farsi/e9e86965af68a93946e558424df58304 to your computer and use it in GitHub Desktop.
Regexp.new(".*").class # => Regexp
/.*/.class # => Regexp
%r{.*}.class # => Regexp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment