Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Add with_* helpers (e.g. with_print_calls) #56

Merged
merged 2 commits into from
Jun 28, 2020
Merged

Add with_* helpers (e.g. with_print_calls) #56

merged 2 commits into from
Jun 28, 2020

Commits on Jun 28, 2020

  1. Add with_ACTION_SUBJECT helpers

    These helpers allow users to perform tracking without breaking chained
    method calls.
    
    ```ruby
    Service.new.with_print_calls(tapping_options).perform
    
    service = Service.new
    print_calls(service, tapping_options)
    service.perform
    ```
    st0012 committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    3b96d21 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    st0012 committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    7a5c49d View commit details
    Browse the repository at this point in the history