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 Aug 26, 2024
1 parent d9ae8b8 commit 3b174be
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 3b174be

Please sign in to comment.