class TurboRex::Fuzzer::COMFuzzer::Config

Attributes

target[R]

Public Instance Methods

build() click to toggle source
# File lib/turborex/fuzzer.rb, line 25
def build
  self
end
new_target(&block) click to toggle source
# File lib/turborex/fuzzer.rb, line 21
def new_target(&block)
  @target = Docile.dsl_eval(TargetBuilder.new, &block).build
end