Skip to content

Commit

Permalink
95 problems in 43 files
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe committed Feb 21, 2024
1 parent ff8a5f5 commit 655491f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
5 changes: 0 additions & 5 deletions rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,9 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
io-console (0.7.2-java)
irb (1.11.2)
rdoc
reline (>= 0.4.2)
jar-dependencies (0.4.1)
json (2.7.1)
json (2.7.1-java)
language_server-protocol (3.17.0.3)
Expand All @@ -70,8 +68,6 @@ GEM
racc
psych (5.1.2)
stringio
psych (5.1.2-java)
jar-dependencies (>= 0.1.7)
public_suffix (5.0.4)
racc (1.7.3)
racc (1.7.3-java)
Expand Down Expand Up @@ -148,7 +144,6 @@ GEM
terminal-table (>= 2, < 4)
stringio (3.1.0)
strscan (3.1.0)
strscan (3.1.0-java)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
Expand Down
8 changes: 8 additions & 0 deletions rb/sig/gems/rexml/document.rbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module REXML
class Document
def initialize: (untyped element) -> void

def root: () -> untyped
end
end

6 changes: 6 additions & 0 deletions rb/sig/gems/rexml/xpath.rbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module REXML
class XPath
def self.first: (untyped element, untyped path) -> untyped
end
end

2 changes: 1 addition & 1 deletion rb/sig/lib/selenium/webdriver/common/zipper.rbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Selenium
module WebDriver
module Zipper
EXTENSIONS: ::Array[".zip" | ".xpi"]
EXTENSIONS: Array[String]

def self.unzip: (untyped path) -> untyped

Expand Down

0 comments on commit 655491f

Please sign in to comment.