21 lines
457 B
Ruby
21 lines
457 B
Ruby
# 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`.
|
|
|
|
module Byebug
|
|
class << self
|
|
def attach; end
|
|
def spawn(host = T.unsafe(nil), port = T.unsafe(nil)); end
|
|
end
|
|
end
|
|
|
|
module Kernel
|
|
extend ::Forwardable
|
|
|
|
def byebug; end
|
|
def debugger; end
|
|
def remote_byebug(host = T.unsafe(nil), port = T.unsafe(nil)); end
|
|
end
|