Method: Arachni::Issue#proof
- Defined in:
- lib/arachni/issue.rb
#proof ⇒ String
Returns Data that was matched by the #signature.
99 100 101 |
# File 'lib/arachni/issue.rb', line 99 def proof @proof end |
Returns Data that was matched by the #signature.
99 100 101 |
# File 'lib/arachni/issue.rb', line 99 def proof @proof end |