Update RBI files for mechanize.

This commit is contained in:
BrewTestBot 2022-01-18 18:13:53 +00:00
parent 49474e1860
commit 847bc140e1
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -192,6 +192,10 @@ end
class Mechanize::CookieJar < ::HTTP::CookieJar
def load(input, *options); end
def save(output, *options); end
private
def load_yaml(yaml); end
end
module Mechanize::CookieJarIMethods