Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Typo | Kevin Busby | 2014-11-20 | -1/+1 |
| | | | | Typo: “addition” corrected to “edition”. | |||
* | Add colon to introduce the exception handling section | Levi Bostian | 2014-11-11 | -1/+1 |
| | ||||
* | Add Ruby exceptions. | Levi Bostian | 2014-11-10 | -0/+14 |
| | ||||
* | Make style fixes to conform to ruby style guide | Dzianis Dashkevich | 2014-08-19 | -51/+51 |
| | | | | | Made style fixes to conform to Ruby style guide. Added a reference to a community-driven Ruby coding style guide. | |||
* | fixed space | Ariel | 2014-03-10 | -2/+2 |
| | ||||
* | Added some example code and resources. | Ariel | 2014-03-10 | -0/+32 |
| | ||||
* | Ruby: Adds attr_accessor, attr_reader, and attr_writer to class docs | David Underwood | 2013-12-01 | -0/+7 |
| | ||||
* | Corrects Array#[,] entry | Jake Romer | 2013-11-20 | -2/+2 |
| | | | The #[i,l] method returns a subarray starting at index i and continuing for length l. [source](http://ruby-doc.org/core-1.9.3/Array.html#method-i-5B-5D) | |||
* | ADD: "&" and "*" use cases in function parameters | Marcin Wawrzyniak | 2013-09-29 | -0/+12 |
| | ||||
* | Added module extension and inclusion examples | Matthew Johnston | 2013-09-08 | -0/+51 |
| | | | | | Also added examples for callbacks made when modules are included and extended. | |||
* | Adding explanation about variables scope and naming | Marcos Brizeno | 2013-08-30 | -0/+18 |
| | ||||
* | Fix a missing character in the comment. | Geoffrey Roguelon | 2013-08-14 | -3/+3 |
| | | | | remove useless whitespace at the end of the lines. | |||
* | Giving myself some credit... I guess | Nick LaMuro | 2013-08-13 | -0/+1 |
| | ||||
* | Fixes spacing issues | Nick LaMuro | 2013-08-13 | -3/+4 |
| | ||||
* | Fixes array typos | Nick LaMuro | 2013-08-13 | -2/+2 |
| | ||||
* | Tidy up wording | Tristan Hume | 2013-08-12 | -8/+8 |
| | ||||
* | Explain blocks better | Tristan Hume | 2013-08-12 | -6/+18 |
| | ||||
* | fix indentation by 2 spaces | m5o | 2013-08-08 | -30/+30 |
| | ||||
* | Ruby. Difference between class instance variables and class variables | greybird | 2013-08-07 | -0/+46 |
| | ||||
* | Fixed comment style | Luke Holder | 2013-07-30 | -2/+2 |
| | ||||
* | Updated location, and reduced examples | Luke Holder | 2013-07-30 | -17/+12 |
| | | | also added array [] access example. | |||
* | Explained syntactic sugar is really just method calls. | Luke Holder | 2013-07-29 | -0/+18 |
| | | | Objects in ruby receive a message via the . (dot) notation. The arithmetic operators are just syntactic sugar of the . message notation. | |||
* | An an example of an instance variable assignment | Alexander Zhuravlev | 2013-07-17 | -0/+2 |
| | ||||
* | Remove end-of-line colon | Troels Thomsen | 2013-07-10 | -1/+1 |
| | ||||
* | Merge pull request #110 from noahlz/master | Adam Bard | 2013-07-07 | -2/+4 |
|\ | | | | | Minor fixes to ruby.html | |||
| * | case statement needs end. Also added else | noahlz | 2013-07-07 | -1/+3 |
| | | ||||
| * | s/$/#/ typo | noahlz | 2013-07-05 | -1/+1 |
| | | ||||
* | | Merge pull request #108 from davefp/patch-3 | Adam Bard | 2013-07-07 | -0/+1 |
|\ \ | | | | | | | Get rid of nasty infinite loop in while example | |||
| * | | Get rid of nasty infinite loop in while example | David Underwood | 2013-07-05 | -0/+1 |
| |/ | ||||
* / | Ruby: nil != false | Alexei Sholik | 2013-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 ruby | Adam | 2013-07-03 | -2/+3 |
| | ||||
* | Authors -> Contributors | Adam | 2013-07-03 | -0/+1 |
| | ||||
* | Ruby updates | Adam | 2013-07-03 | -4/+5 |
| | ||||
* | Updates YAML front-matter to match #97 | David Underwood | 2013-07-03 | -2/+2 |
| | ||||
* | Adds class documentation written by @joelwalden in #95 | David Underwood | 2013-07-03 | -0/+52 |
| | ||||
* | Adds emphasis about the object-oriented nature of ruby, and removes ↵ | David Underwood | 2013-07-02 | -28/+31 |
| | | | | references to lesser-used array functions | |||
* | changes string interpolation text as suggested by @fbernier | David Underwood | 2013-07-02 | -2/+2 |
| | ||||
* | Adds sections for symbols, hashes, and yields | David Underwood | 2013-07-01 | -1/+50 |
| | ||||
* | fixes typos in the boolean results | David Underwood | 2013-06-29 | -4/+4 |
| | ||||
* | Initial WIP commit for ruby | David Underwood | 2013-06-28 | -0/+202 |