class Seahorse::Model::ShapeMap

def build_shape(shape_ref)

def build_shape(shape_ref)
  Shapes::Shape.new(resolve(shape_ref), shape_map: self)
end