#1262: Rack error calling [] in Faraday via the Octokit gem ------------------------------+--------------------------------------------- Reporter: sferik@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: github, octokit, rack, hubcap, 0.11-blocker ------------------------------+--------------------------------------------- Comment(by eloy.de.enige@…): The problem is that classes like Array and Hash have their own #dup implementation which don't copy the dynamically defined ivars. For instance, with the following naive patch, the last Array example works: https://gist.github.com/1078981 -- Ticket URL: <http://www.macruby.org/trac/ticket/1262#comment:7> MacRuby <http://macruby.org/>