# File mrplot/helpers.rb, line 20
  def clone
    Marshal.load(Marshal.dump(self))
  end