module Mandate::CallInjector::base
Defining call allows us to do use the syntax:
Foobar.(some, args)
which internally calls:
Foobar.new(some, args).call()
Defining call allows us to do use the syntax:
Foobar.(some, args)
which internally calls:
Foobar.new(some, args).call()