class Phoenx::TestTarget

Public Class Methods

new() { |self| ... } click to toggle source
Calls superclass method Phoenx::AbstractTarget::new
# File lib/phoenx/entities/target.rb, line 95
def initialize
        super
        yield(self)
end