class Steep::Interface::Block

def to_s

def to_s
  "#{optional? ? "?" : ""}{ #{type.params} -> #{type.return_type} }"
end