# File lib/couchrest/mixins/callbacks.rb, line 342 def clone(klass) chain = CallbackChain.new(@symbol) chain.push(*map {|c| c.clone(klass)}) end