class Tilt::RadiusTemplate

def dup

def dup
  i = super
  i.tilt_scope = tilt_scope
  i
end