mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Memory::Status#_update should return self
This commit is contained in:
parent
7487371eeb
commit
6c40aa35a5
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ if defined?(Memory::Status)
|
|||
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('')
|
||||
|
|
Loading…
Reference in a new issue