Class: Impersonator::BlockInvocation
- Inherits:
-
Struct
- Object
- Struct
- Impersonator::BlockInvocation
- Defined in:
- lib/impersonator/block_invocation.rb
Overview
A block invocation
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
3 4 5 |
# File 'lib/impersonator/block_invocation.rb', line 3 def arguments @arguments end |