class Steep::Interface::Interface::Entry
def initialize(method_types:)
def initialize(method_types:) @method_types = method_types end
def to_s
def to_s "{ #{method_types.join(" || ")} }" end
def initialize(method_types:) @method_types = method_types end
def to_s "{ #{method_types.join(" || ")} }" end