Sha256: bd18c71ccccb30121c022229aa5cce385fdf3d6231a7a0fccc28b0d1b453c447
Contents?: true
Size: 524 Bytes
Versions: 1
Compression:
Stored size: 524 Bytes
Contents
# typed: true # sorbet gem fails to export some of these constants, so we need to in order to # pass static typecheck module T module Private module RuntimeLevels class << self sig { returns(Symbol) } def default_checked_level end end end module Methods class Signature sig { returns(T::Array[T::Array[Symbol]]) } def parameters end end module MethodHooks end module SingletonMethodHooks end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mocktail-2.0.0 | rbi/sorbet-runtime.rbi |