Skip to content

jmslbam/LearningRuby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Ruby

Code when learning Ruby.
All code is homebrewn on Windows XP. Installation was peace of cake. Not a lie ;)

How to use

wk1/myfirstruby.rb

  • Week 1
    Choose from commandline (currently with error)
    wk1/myfirstruby.rb

or

Choose from commandline with an an argument
wk1/myfirstruby.rb 0

wk2

wk3

wk4

Questions about Ruby

Why include require 'rubygems'

Because of the version. 1.8 needs the crowngems ;)

&& and 'and'

Could you explain a bit more about the difference of && and 'and'

What is the @?

@ = scope

#undefined method `stringify_keys' for

See home_controller in wk3

Resources

About

Code while learning Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published