Notify::Notification#add_action spawns an error when run as per the example with 5 arguments ("test", "Test", BLOCK, nil nil).
After some debugging through pry, I found that it only takes 2 arguments + a block as callback. I updated the example script so that it works now.
Notify::Notification#add_action spawns an error when run as per the example with 5 arguments ("test", "Test", BLOCK, nil nil). After some debugging through pry, I found that it only takes 2 arguments + a block as callback. I updated the example script so that it works now.