Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 505 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 505 Bytes

sashimi_friday

my practical Enumerable module by Ruby

Preparation

mspec

   git clone https://github.com/rubyspec/mspec.git

rubyspec

   git clone https://github.com/no6v/rubyspec.git
   (cd rubyspec && git checkout sashimi_friday)

sashimi_friday

   git clone https://github.com/no6v/sashimi_friday.git

How to play

full specs

   rake

individual spec

   rake METHOD_NAME=each_with_object

Enjoy!