Skip to content

Commit

Permalink
Merge pull request #892 from nobu/known-refinements
Browse files Browse the repository at this point in the history
Refinement is added since ruby 3.1
  • Loading branch information
nobu committed Jun 28, 2022
2 parents 63c5cb5 + c051eb9 commit 41da9d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rdoc/known_classes.rb
Original file line number Diff line number Diff line change
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 41da9d0

Please sign in to comment.