Skip to content

chrisjkellett/ruby_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby tests and projects

small projects and katas in ruby with rspec

examples at https://repl.it/@chrisjkellett/ruby-playground

histogram

counts the frequency of words in a given string and returns a hash of the results

  word_counter('hello hello world') # {"hello" => 2, "world" => 1}

About

small projects and katas in ruby with rspec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages