While reading through the source code, I noticed in ability.rb that the `can?` method has the definition:
def can?(action, subject, *extra_args)
However, I can't find any examples where the extra_args parameter is used in the documentation or the tests. Can I have some examples?