brew/Library/Homebrew/sorbet/rbi/gems/byebug@11.1.3.rbi
2022-05-02 21:03:05 +01:00

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