class Tilt::Mapping

def initialize_copy(other)

Other tags:
    Private: -
def initialize_copy(other)
  @template_map = other.template_map.dup
  @lazy_map = other.lazy_map.dup
end