Skip to content

fork failing when calling initialize_dup

Matthias Käppler requested to merge github/fork/amacarthur/ruby2-fork-fix into master

Created by: amacarthur

initialize_dup has been made private as of ruby 2.0.0. I have corrected it to call the publicly available dup method

Merge request reports