brew/Library/Homebrew/sorbet/rbi/gems/byebug@11.1.3.rbi
2021-09-17 19:28:50 +01:00

21 lines
457 B
Ruby

# 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`.
# typed: true
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