Skip to content

Commit

Permalink
Add the mixin_from attribute to CodeObject's initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jun 13, 2024
1 parent 0d7b5c7 commit 800f977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rdoc/code_object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def initialize
@full_name = nil
@store = nil
@track_visibility = true
@mixin_from = nil

initialize_visibility
end
Expand Down

0 comments on commit 800f977

Please sign in to comment.