unhappychoice/irasutoya

View on GitHub
sig/irasutoya/modules/has_document_fetcher.rbs

Summary

Maintainability
Test Coverage
module Irasutoya
  module Modules
    module HasDocumentFetcher
      def self.included: (Class) -> void

      module Methods
        def fetch_page_and_parse: (String) -> untyped
      end
    end
  end
end