Skip to content

Commit

Permalink
Memory::Status#_update should return self
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Aug 29, 2021
1 parent 7487371 commit 6c40aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/lib/memory_status.rb
Expand Up @@ -95,6 +95,7 @@ def _update
Memory.read_status do |key, val|
self[key] = val
end
self
end unless method_defined?(:_update)

Header = members.map {|k| k.to_s.upcase.rjust(6)}.join('')
Expand Down

0 comments on commit 6c40aa3

Please sign in to comment.