Class: ExcADG::Payload::Example::Faulty
- Inherits:
-
Object
- Object
- ExcADG::Payload::Example::Faulty
- Includes:
- ExcADG::Payload
- Defined in:
- lib/excadg/payload/example.rb
Overview
payload that fails
Instance Attribute Summary
Attributes included from ExcADG::Payload
Instance Method Summary collapse
Methods included from ExcADG::Payload
Instance Method Details
#get ⇒ Object
43 44 45 |
# File 'lib/excadg/payload/example.rb', line 43 def get -> { raise @args } end |