index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
syntax
/
refinements.rdoc
Age
Commit message (
Expand
)
Author
2023-06-29
Fix broken wiki links (#8002)
Jemma Issroff
2020-07-10
Clarify behavior of super in method in module included in refinement [ci skip]
Jeremy Evans
2019-12-31
Redmine /projects/ruby-trunk is now redirected
Takashi Kokubun
2019-01-10
Update refinements docs
tenderlove
2018-12-24
Small improvement in refinements docs
stomar
2018-01-30
[DOC] Refinements on modules are allowed
hsbt
2018-01-10
Fix typos.
hsbt
2017-12-08
doc/syntax/refinements.rdoc: fix typos
stomar
2017-12-03
Specify refinement inheritance by Module#include.
shugo
2017-11-07
refinements.rdoc: improve docs
stomar
2017-06-23
refinements.rdoc: [DOC] improved [Fix GH-1659]
nobu
2016-09-11
Use https instead of http in some URLs
kazu
2015-12-18
* doc/syntax/*.rdoc: separated modifier at sentence.
hsbt
2015-12-09
* doc/syntax/refinements.rdoc: remove outdated description.
shugo
2015-11-18
* doc/syntax/refinements.rdoc: update documentation to reflect
shugo
2014-12-01
* doc/syntax/refinements.rdoc: refinements are no longer experimental.
hsbt
2014-01-21
* doc/syntax/refinements.rdoc: typo fix by @skade [fix GH-508]
hsbt
2013-08-02
* doc/syntax/refinements.rdoc: Remove mention of instance_eval and
drbrain
2013-08-02
* doc/syntax/refinements.rdoc: Improve description of where you may
drbrain
2013-07-02
* doc/syntax/refinements.rdoc: add description of Module#using and
shugo
2013-05-05
* doc/syntax/refinements.rdoc : Fix a missing quote
eregon
2013-01-24
* doc/syntax/calling_methods.rdoc: Added a Method Lookup section.
drbrain
2013-01-24
* doc/syntax/refinements.rdoc: Added refinements document based on
drbrain