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

16 lines
292 B
Plaintext
Raw Normal View History

# This file is autogenerated. Do not edit it by hand. Regenerate it with:
# tapioca sync
# typed: true
module Byebug
def self.attach; end
def self.spawn(host = _, port = _); end
end
module Kernel
def byebug; end
def debugger; end
def remote_byebug(host = _, port = _); end
end