项目作者: priom

项目描述 :
Ruby coding excercises
高级语言: Ruby
项目地址: git://github.com/priom/RubyExercises.git
创建时间: 2017-05-16T22:03:25Z
项目社区:https://github.com/priom/RubyExercises

开源协议:

下载


Ruby Exercises

  1. String parser
  2. Sentence reverser
  3. Array mapping
  4. Random number generator
  5. Largest item finder Benchmarking
  6. Leap year finder
  7. Palindrome checker

Instructions:

  1. Run the program by:
    ruby .rb
  2. Test the program by:
    rspec .rb