Skip to content

Callbacks don't run if they don't have the right arity #127

Description

@branliu0

If the arity of the callback is not right, then an ArgumentError: wrong number of arguments gets thrown, but instance_exec swallows all exceptions so basically the effect is that the callback doesn't get run.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions