class Steep::Interface::Shape

def update(type: self.type, methods: self.methods)

def update(type: self.type, methods: self.methods)
  _ = self.class.new(type: type, private: private?, methods: methods)
end