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

    def root: () -> untyped
  end
end