Class: RippleNetworks::WarningShot::TestScript

Inherits:
Object
  • Object
show all
Defined in:
lib/warning_shot/test_script.rb

Class Method Summary collapse

Class Method Details

.abort(child) ⇒ Object



6
7
8
# File 'lib/warning_shot/test_script.rb', line 6

def TestScript.abort(child)
  
end

.childrenObject



10
11
12
# File 'lib/warning_shot/test_script.rb', line 10

def TestScript.children
  @children ||= []
end

.inherited(subclass) ⇒ Object



14
15
16
17
18
19
# File 'lib/warning_shot/test_script.rb', line 14

def self.inherited(subclass)
  super
ensure
  children << subclass.new()
  #children << subclass.name    
end