Sha256: d9f4877a1c94029db51f77c80d72d9d61fc555b6acaaa8ee5a3d0ef23a74a898
Contents?: true
Size: 1013 Bytes
Versions: 2
Compression:
Stored size: 1013 Bytes
Contents
# typed: true # DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `byebug` gem. # Please instead update this file by running `bin/tapioca gem byebug`. # Reopen main module to define the library version # # source://byebug//lib/byebug/attacher.rb#6 module Byebug class << self # Starts byebug, and stops at the first line of user's code. # # source://byebug//lib/byebug/attacher.rb#10 def attach; end # source://byebug//lib/byebug/attacher.rb#21 def spawn(host = T.unsafe(nil), port = T.unsafe(nil)); end end end # Adds a `byebug` method to the Kernel module. # # Dropping a `byebug` call anywhere in your code, you get a debug prompt. # # source://byebug//lib/byebug/attacher.rb#34 module Kernel # source://byebug//lib/byebug/attacher.rb#35 def byebug; end # source://byebug//lib/byebug/attacher.rb#35 def debugger; end # source://byebug//lib/byebug/attacher.rb#41 def remote_byebug(host = T.unsafe(nil), port = T.unsafe(nil)); end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
packwerk-3.2.2 | sorbet/rbi/gems/byebug@11.1.3.rbi |
packwerk-3.2.1 | sorbet/rbi/gems/byebug@11.1.3.rbi |