Actions
Bug #2433
closedOrchestration queue fails on Ruby 2.0
Description
The respond_to? method has changed in Ruby2, causing protected methods to return false. We rely on this functionality, but fortunately the old behaviour can be recovered by passing true as a second argument to respond_to?. This seems backwards-compatible with older Rubies. Patch incoming.
Actions