class Tilt::RadiusTemplate::ContextClass
def dup
def dup i = super i.tilt_scope = tilt_scope i end
def tag_missing(name, attributes)
def tag_missing(name, attributes) tilt_scope.__send__(name) end
def dup i = super i.tilt_scope = tilt_scope i end
def tag_missing(name, attributes) tilt_scope.__send__(name) end