Update RBI files for bootsnap.

This commit is contained in:
BrewTestBot 2021-07-26 18:09:14 +00:00
parent e0edf75b7f
commit d5f2487f70
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 4 additions and 0 deletions

View File

@ -3027,6 +3027,8 @@ module Bootsnap::LoadPathCache::ChangeObserver::ArrayMixin
def []=(*args, &block); end
def append(*entries); end
def clear(*args, &block); end
def collect!(*args, &block); end
@ -3053,6 +3055,8 @@ module Bootsnap::LoadPathCache::ChangeObserver::ArrayMixin
def pop(*args, &block); end
def prepend(*entries); end
def push(*entries); end
def reject!(*args, &block); end