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.
Updated by Greg Sutcliffe over 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset d1eb00f3004a9564ef9efed6103bf6bea3670839.
Actions