1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/rdoc] Refinement is added since ruby 3.1

https://github.com/ruby/rdoc/commit/c051eb90d1
This commit is contained in:
Nobuyoshi Nakada 2022-06-28 15:40:32 +09:00 committed by git
parent 51be2cf6d2
commit 98bf8c83fa

View file

@ -25,6 +25,7 @@ module RDoc
"rb_cObject" => "Object",
"rb_cProc" => "Proc",
"rb_cRange" => "Range",
"rb_cRefinement" => "Refinement",
"rb_cRegexp" => "Regexp",
"rb_cRubyVM" => "RubyVM",
"rb_cSocket" => "Socket",