Added
- Don't intercept magic methods except __init__.
- Example to minimally lint ansible playbook for undefined variable.
Changed
- Pass method and its return value to advices.
Fixed
- Exact method name using `\b` wasn't working.
- Exception from the method was being suppressed.
Removed
- `classmethod` won't be intercepted now(temporarily).