Sha256: 058d67db6cec9c10b7217f8a1493ada32af9172c896d6704a5d95708ca40c5f2

Contents?: true

Size: 362 Bytes

Versions: 5

Compression:

Stored size: 362 Bytes

Contents

module RippleNetworks
  module WarningShot
    class TestScript
  
      def TestScript.abort(child)
        
      end
  
      def TestScript.children
        @children ||= []
      end
  
      def self.inherited(subclass)
        super
      ensure
        children << subclass.new()
        #children << subclass.name    
      end
      
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
warning-shot-0.9.2 lib/warning_shot/test_script.rb
warning-shot-0.9.0 lib/warning_shot/test_script.rb
warning-shot-0.8.9 lib/warning_shot/test_script.rb
warning-shot-0.9.1 lib/warning_shot/test_script.rb
warning-shot-0.9.3 lib/warning_shot/test_script.rb