47 48 49 50 51
# File 'lib/method_args/args.rb', line 47 def clone o = super o.each {|arg| arg.arg_list = o} o end