# File ../lib/roller/CWRP.rb, line 7
  def deep_copy
    Marshal.load(Marshal.dump(self))
  end