Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/rb/sig/gems/rexml/document.rbs
3237 views
module REXML
  class Document
    def initialize: (untyped element) -> void

    def root: () -> untyped
  end
end