summaryrefslogtreecommitdiffhomepage
path: root/ruby.html.markdown
Commit message (Collapse)AuthorAgeLines
* An an example of an instance variable assignmentAlexander Zhuravlev2013-07-17-0/+2
|
* Remove end-of-line colonTroels Thomsen2013-07-10-1/+1
|
* Merge pull request #110 from noahlz/masterAdam Bard2013-07-07-2/+4
|\ | | | | Minor fixes to ruby.html
| * case statement needs end. Also added elsenoahlz2013-07-07-1/+3
| |
| * s/$/#/ typonoahlz2013-07-05-1/+1
| |
* | Merge pull request #108 from davefp/patch-3Adam Bard2013-07-07-0/+1
|\ \ | | | | | | Get rid of nasty infinite loop in while example
| * | Get rid of nasty infinite loop in while exampleDavid Underwood2013-07-05-0/+1
| |/
* / Ruby: nil != falseAlexei Sholik2013-07-05-5/+6
|/ | | Instead of saying `nil == false` (which is incorrect), show that negating `nil` and `false` produces `true`. Negating anything else will produce `false`.
* Line length edit for rubyAdam2013-07-03-2/+3
|
* Authors -> ContributorsAdam2013-07-03-0/+1
|
* Ruby updatesAdam2013-07-03-4/+5
|
* Updates YAML front-matter to match #97David Underwood2013-07-03-2/+2
|
* Adds class documentation written by @joelwalden in #95David Underwood2013-07-03-0/+52
|
* Adds emphasis about the object-oriented nature of ruby, and removes ↵David Underwood2013-07-02-28/+31
| | | | references to lesser-used array functions
* changes string interpolation text as suggested by @fbernierDavid Underwood2013-07-02-2/+2
|
* Adds sections for symbols, hashes, and yieldsDavid Underwood2013-07-01-1/+50
|
* fixes typos in the boolean resultsDavid Underwood2013-06-29-4/+4
|
* Initial WIP commit for rubyDavid Underwood2013-06-28-0/+202