| Commit message (Expand) | Author | Age | Files | Lines |
| * | merge revision(s) 51871,51872,51874,51875,51876,51877,51878,57517: [Backport ... | usa | 2017-03-25 | 1 | -2/+44 |
| * | merge revision(s) 49056: [Backport #10671] | naruse | 2015-01-22 | 1 | -3/+0 |
| * | * doc/syntax/refinements.rdoc: refinements are no longer experimental. | hsbt | 2014-12-01 | 1 | -5/+0 |
| * | doc: remove trailing spaces | nobu | 2014-09-23 | 1 | -5/+5 |
| * | * doc/syntax/methods.rdoc: [DOC] [] and []= methods by @process | zzak | 2014-09-22 | 1 | -0/+19 |
| * | * doc/syntax/assignment.rdoc: [DOC] Fix typo unclosed HTML tag by @andrewdotn | hsbt | 2014-04-02 | 1 | -1/+1 |
| * | * doc/syntax/literals.rdoc: [DOC] Single quote strings allows escape | zzak | 2014-03-14 | 1 | -1/+2 |
| * | * doc/syntax/assignment.rdoc: [DOC] Fix assignment directions [ci skip] | zzak | 2014-03-06 | 1 | -5/+5 |
| * | * doc/syntax/methods.rdoc: [DOC] Fix example for block arguments [ci skip] | zzak | 2014-03-06 | 1 | -1/+1 |
| * | * doc/syntax/refinements.rdoc: typo fix by @skade [fix GH-508] | hsbt | 2014-01-21 | 1 | -1/+1 |
| * | * doc/syntax/methods.rdoc: [DOC] Added example for underscore | zzak | 2013-12-22 | 1 | -17/+40 |
| * | * doc/contributing.rdoc: [DOC] curses is no more in the stdlib | a_matsuda | 2013-12-10 | 1 | -2/+2 |
| * | * doc/syntax/literals.rdoc: [DOC] String literal concat by @cknadler | zzak | 2013-08-12 | 1 | -0/+12 |
| * | * doc/syntax/literals.rdoc: Use single quotes instead of double quotes | charliesome | 2013-08-10 | 1 | -1/+1 |
| * | * doc/syntax/refinements.rdoc: Remove mention of instance_eval and | drbrain | 2013-08-02 | 1 | -3/+2 |
| * | * doc/syntax/refinements.rdoc: Improve description of where you may | drbrain | 2013-08-02 | 1 | -3/+5 |
| * | * doc/syntax/refinements.rdoc: add description of Module#using and | shugo | 2013-07-02 | 1 | -1/+26 |
| * | * doc/syntax/refinements.rdoc : Fix a missing quote | eregon | 2013-05-05 | 1 | -1/+1 |
| * | * doc/syntax/calling_methods.rdoc: Added a Method Lookup section. | drbrain | 2013-01-24 | 2 | -1/+26 |
| * | * doc/syntax/refinements.rdoc: Added refinements document based on | drbrain | 2013-01-24 | 1 | -0/+240 |
| * | * doc/syntax/assignment.rdoc (Implicit Array Assignment): Clarify | drbrain | 2013-01-23 | 1 | -4/+5 |
| * | * doc/syntax/assignment.rdoc (Local Variables and Methods): Fixed | drbrain | 2013-01-23 | 1 | -1/+5 |
| * | * doc/syntax/miscellaneous.rdoc: Added section on defined? | drbrain | 2013-01-19 | 1 | -0/+30 |
| * | * doc/syntax/assignment.rdoc (Local Variables and Methods): Made it | drbrain | 2013-01-19 | 1 | -1/+11 |
| * | * doc/syntax/assignment.rdoc: Improved links | drbrain | 2013-01-19 | 2 | -5/+6 |
| * | * doc/syntax/assignment.rdoc: Added a syntax document on assignment. | drbrain | 2013-01-18 | 1 | -0/+439 |
| * | * doc/syntax/methods.rdoc: Added Array Decomposition. | drbrain | 2013-01-18 | 1 | -0/+61 |
| * | * doc/syntax/miscellaneous.rdoc: Added Ending an Expression and | drbrain | 2013-01-17 | 1 | -0/+16 |
| * | * doc/syntax/control_expressions.rdoc: Added ? : ternary if | drbrain | 2013-01-17 | 1 | -0/+21 |
| * | * doc/syntax/miscellaneous.rdoc: Added documentation for alias, undef, | drbrain | 2013-01-16 | 2 | -2/+70 |
| * | * doc/syntax/control_expressions.rdoc (Flip-Flop): Added a section on | drbrain | 2013-01-16 | 1 | -0/+59 |
| * | * doc/syntax/control_expressions.rdoc (if Expressions): Fixed markup | drbrain | 2013-01-16 | 1 | -1/+1 |
| * | * doc/syntax/literals.rdoc (Strings): Fixed typo. Fixes #236 on | drbrain | 2013-01-16 | 1 | -1/+1 |
| * | * doc/syntax/control_expressions.rdoc: Omit optional "then" for if and | drbrain | 2013-01-15 | 1 | -22/+38 |
| * | * doc/syntax/calling_methods.rdoc: Link to defining methods. | drbrain | 2013-01-15 | 2 | -1/+7 |
| * | * doc/syntax/methods.rdoc: Fixed link | drbrain | 2013-01-15 | 2 | -2/+2 |
| * | * doc/syntax/control_expressions.rdoc (redo Statement): Added note | drbrain | 2013-01-15 | 2 | -0/+22 |
| * | * doc/syntax/control_expressions.rdoc: Added description of control | drbrain | 2013-01-15 | 1 | -0/+399 |
| * | * doc/syntax/methods.rdoc (Method Names): Added method names including | drbrain | 2013-01-15 | 2 | -1/+142 |
| * | * doc/syntax/methods.rdoc (Block Argument): Added section on block | drbrain | 2013-01-15 | 1 | -0/+32 |
| * | * doc/syntax/calling_methods.rdoc (Arguments): Added improved | drbrain | 2013-01-15 | 1 | -13/+183 |
| * | * doc/syntax/calling_methods.rdoc (Receiver): Added :: as pointed out | drbrain | 2013-01-15 | 1 | -2/+5 |
| * | * doc/syntax/methods.rdoc (Array/Hash Argument): Moved above Keyword | drbrain | 2013-01-15 | 1 | -17/+31 |
| * | * doc/syntax/calling_methods.rdoc: Added document describing method | drbrain | 2013-01-14 | 1 | -0/+148 |
| * | * doc/syntax/modules_and_classes.rdoc: Fixed typo. | drbrain | 2013-01-06 | 1 | -1/+1 |
| * | * doc/syntax/modules_and_classes.rdoc: Added singleton classes | drbrain | 2013-01-05 | 1 | -0/+45 |
| * | * doc/syntax/modules_and_classes.rdoc: Improved description of methods | drbrain | 2013-01-05 | 1 | -2/+7 |
| * | * doc/syntax/modules_and_classes.rdoc: Added documentation of syntax | drbrain | 2013-01-05 | 2 | -30/+290 |
| * | * doc/syntax/methods.rdoc: Added return values and scope sections, | drbrain | 2013-01-04 | 1 | -13/+113 |
| * | * doc/syntax/methods.rdoc: rdoc fix, patch by Dave Brown | marcandre | 2012-12-19 | 1 | -2/+2 |