LearnRubyTheHardWay

Learn Ruby The Hard Way. A simple and idiomatic introduction to the imaginative world of Computational Thinking with code.

Stars
10

LearnRubyTheHardWay

cd 3d-edition/projects/gothonweb/
ruby bin/app.rb

rerun 'ruby bin/app.rb'

pry practice

rspec practice commands

  • gem install rspec
  • rspec --init
  • rspec .\spec\file_name.rb

regex

classes

hashes

iterators

strings

Books:

2023