Method: God::Conditions::MemoryUsage#initialize
- Defined in:
- lib/god/conditions/memory_usage.rb
#initialize ⇒ MemoryUsage
Returns a new instance of MemoryUsage.
36 37 38 39 40 |
# File 'lib/god/conditions/memory_usage.rb', line 36 def initialize super self.above = nil self.times = [1, 1] end |