Class: ExcADG::Payload::Example::Faulty

Inherits:
Object
  • Object
show all
Includes:
ExcADG::Payload
Defined in:
lib/excadg/payload/example.rb

Overview

payload that fails

Instance Attribute Summary

Attributes included from ExcADG::Payload

#args

Instance Method Summary collapse

Methods included from ExcADG::Payload

#initialize

Instance Method Details

#getObject



43
44
45
# File 'lib/excadg/payload/example.rb', line 43

def get
  -> { raise @args }
end