Sha256: d8a3f64c0aa9e2769f860da384f43353f4ef108a5a2f5e75e659e64d89014579
Contents?: true
Size: 957 Bytes
Versions: 3
Compression:
Stored size: 957 Bytes
Contents
# DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `eventmachine` gem. # Please instead update this file by running `bin/tapioca gem eventmachine`. # typed: true class IO include ::Enumerable include ::File::Constants end class IO::ConsoleMode def echo=(_arg0); end def raw(*_arg0); end def raw!(*_arg0); end private def initialize_copy(_arg0); end end class IO::EAGAINWaitReadable < ::Errno::EAGAIN include ::IO::WaitReadable end class IO::EAGAINWaitWritable < ::Errno::EAGAIN include ::IO::WaitWritable end class IO::EINPROGRESSWaitReadable < ::Errno::EINPROGRESS include ::IO::WaitReadable end class IO::EINPROGRESSWaitWritable < ::Errno::EINPROGRESS include ::IO::WaitWritable end IO::EWOULDBLOCKWaitReadable = IO::EAGAINWaitReadable IO::EWOULDBLOCKWaitWritable = IO::EAGAINWaitWritable class StringIO < ::Data include ::Enumerable end StringIO::VERSION = T.let(T.unsafe(nil), String)
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
rspec-sorbet-1.8.1 | sorbet/rbi/gems/eventmachine@1.2.7.rbi |
clean-architecture-6.1.0 | sorbet/rbi/gems/eventmachine@1.2.7.rbi |
clean-architecture-6.0.0 | sorbet/rbi/gems/eventmachine@1.2.7.rbi |