Sha256: 4e6e1f3de1f5269d8f4f44f5a3a2926e0c3d3a37120c6d6a869b5f62d7aee0d7

Contents?: true

Size: 283 Bytes

Versions: 3

Compression:

Stored size: 283 Bytes

Contents

module Magic
	module Decorator
		class Base
			extend Lookup

			def decorated?: -> bool

			private

			def self.undecorated:      (interned)  -> Symbol
					| (interned, interned, *interned)  -> Array[Symbol]
					|                (Array[interned]) -> Array[Symbol]
		end
	end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
magic-decorator-1.0.0 sig/magic/decorator/base.rbs
magic-decorator-0.3.0 sig/magic/decorator/base.rbs
magic-decorator-0.2.0 sig/magic/decorator/base.rbs