brew/Library/Homebrew/sorbet/rbi/gems/byebug@11.1.3.rbi

19 lines
442 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 `tapioca generate --exclude json`.
# typed: true
module Byebug
class << self
def attach; end
def spawn(host = T.unsafe(nil), port = T.unsafe(nil)); end
end
end
module Kernel
def byebug; end
def debugger; end
def remote_byebug(host = T.unsafe(nil), port = T.unsafe(nil)); end
end