Object
# File test-unit-3.5.3/lib/test/unit/util/memory-usage.rb, line 7 def initialize @virtual = nil @physical = nil collect_data end
# File test-unit-3.5.3/lib/test/unit/util/memory-usage.rb, line 13 def collected? return false if @virtual.nil? return false if @physical.nil? true end
This page was generated for Ruby 3.1.0
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.