class Steep::Interface::Interface
def initialize(type:, private:)
def initialize(type:, private:) @type = type @private = private @methods = {} end
def private?
def private? @private end
def public?
def public? !private? end
def initialize(type:, private:) @type = type @private = private @methods = {} end
def private? @private end
def public? !private? end