thuehlinger / daemons

Ruby daemons gem official repository
MIT License
648 stars 71 forks source link

Explicitly pass `&block` to `Proc.new` #82

Closed TastyPi closed 3 years ago

TastyPi commented 3 years ago

Without this, ruby examples/call/call.rb fails with tried to create Proc object without a block (ArgumentError).

TastyPi commented 3 years ago

@thuehlinger could you approve this please? It fixes a bug that prevents us from using this project.