Skip to content

Instantly share code, notes, and snippets.

@riffraff
Created January 3, 2012 11:06
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 riffraff/1554484 to your computer and use it in GitHub Desktop.
Save riffraff/1554484 to your computer and use it in GitHub Desktop.
>> 'asd'.pronounceable?
=> 0.3333333333333333
>> 'sdf'.pronounceable?
=> 0.3333333333333333
>> 'skdf'.pronounceable?
=> 0.25
>> 'skadf'.pronounceable?
=> 0.6
>> 'skadkf'.pronounceable?
=> 0.5
>> 'skdkf'.pronounceable?
=> 0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment