We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run
call!
call! is more common in Ruby an is already present as a class method for FService::Base. We should mark run as deprecated in the next version.
FService::Base
We'll use call (without bang) in #27, so call! (with bang) is the drop-in replacement for run.
call
The text was updated successfully, but these errors were encountered:
No branches or pull requests
call!
is more common in Ruby an is already present as a class method forFService::Base
. We should markrun
as deprecated in the next version.We'll use
call
(without bang) in #27, socall!
(with bang) is the drop-in replacement forrun
.The text was updated successfully, but these errors were encountered: