global

def apply_to(attribute_set)

:nodoc:
def apply_to(attribute_set)
  attribute = attribute_set[name]
  attribute_set[name] = attribute.with_type(type || attribute.type)
end