Skip to content

Instantly share code, notes, and snippets.

@brandonc
Created February 22, 2013 22:47
Show Gist options
  • Save brandonc/5017220 to your computer and use it in GitHub Desktop.
Save brandonc/5017220 to your computer and use it in GitHub Desktop.
def prime?
('1' * self) !~ /^1?$|^(11+?)\1+$/
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment