3 Matching Annotations
- Feb 2021
-
trailblazer.to trailblazer.to
-
Keyword arguments allow to define particular parameters as required. Should the parameter be missing, they also provide a way to set a default value. This is all done with pure Ruby.
-
-
trailblazer.to trailblazer.to
-
You may use keyword arguments in your filters for type safety and better readable code.
-
- Feb 2020
-
blog.saeloun.com blog.saeloun.com
-
The **nil argument was added in Ruby 2.7 to explicity mark that the method accepts no keyword arguments.
-