Produces a clone of this chain. It’s #around, #runner and #steps will get dup‘ed
dup
Returns:
209 210 211 212 213 214 215
# File 'lib/teckel/chain/config.rb', line 209 def clone if frozen? super else dup_config(super) end end