Support stubbing by arguments
---
- class: Balance
chain: debet
arguments: 0
actions:
- return: 1
- class: Balance
chain: debet
arguments: 1
actions:
- return: 0
- raise: UnsifficientFunds
- class: Balance
chain: debet
arguments: 2
actions:
- raise: UnsifficientFunds