Update RBI files for bootsnap.
This commit is contained in:
parent
e0edf75b7f
commit
d5f2487f70
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user