Skip to content

Commit

Permalink
[ruby/rdoc] Refinement is added since ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored and matzbot committed Jun 28, 2022
1 parent 51be2cf commit 98bf8c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rdoc/known_classes.rb
Expand Up @@ -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",
Expand Down

0 comments on commit 98bf8c8

Please sign in to comment.