Skip to content

Instantly share code, notes, and snippets.

@riffraff
Created January 3, 2012 11:06
Show Gist options
  • Select an option

  • Save riffraff/1554484 to your computer and use it in GitHub Desktop.

Select an option

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