Update RBI files for mechanize.
This commit is contained in:
parent
49474e1860
commit
847bc140e1
@ -192,6 +192,10 @@ end
|
|||||||
class Mechanize::CookieJar < ::HTTP::CookieJar
|
class Mechanize::CookieJar < ::HTTP::CookieJar
|
||||||
def load(input, *options); end
|
def load(input, *options); end
|
||||||
def save(output, *options); end
|
def save(output, *options); end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
def load_yaml(yaml); end
|
||||||
end
|
end
|
||||||
|
|
||||||
module Mechanize::CookieJarIMethods
|
module Mechanize::CookieJarIMethods
|
||||||
Loading…
x
Reference in New Issue
Block a user