diff options
| author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-01-24 07:54:45 +0000 |
|---|---|---|
| committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-01-24 07:54:45 +0000 |
| commit | dbcf20069a559142ee7c96aa0e8288b4e8b001fa (patch) | |
| tree | 423393d8096088a96397522b79d9096e058076c8 /ChangeLog | |
| parent | 96af5360a4089daf90743ad4722e77eff2261145 (diff) | |
* doc/syntax/calling_methods.rdoc: Added a Method Lookup section.
* doc/syntax/refinements.rdoc (Method Lookup): Clarified that
refinement methods are looked up in classes, not instances.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Thu Jan 24 16:54:34 2013 Eric Hodel <drbrain@segment7.net> + + * doc/syntax/calling_methods.rdoc: Added a Method Lookup section. + * doc/syntax/refinements.rdoc (Method Lookup): Clarified that + refinement methods are looked up in classes, not instances. + Thu Jan 24 16:49:17 2013 Marc-Andre Lafortune <ruby-core@marc-andre.ca> * enum.c (enum_zip): Fix error message |
