Sha256: 641cfc6b813115cd2ab41cb6e55abea8ec3d4e28b255aa4a1dc8e5fcf3339449

Contents?: true

Size: 1.53 KB

Versions: 5

Compression:

Stored size: 1.53 KB

Contents

module ActionController
  class Metal
    # It is necessary to satisfy alias target.
    # TODO: Define this method to correct place.
    def status: -> untyped
  end

  class LiveTestResponse < Live::Response
    # It is necessary to satisfy alias target.
    # TODO: Define this method to correct place.
    def successful?: -> untyped
    def not_found?: -> untyped
    def server_error?: -> untyped
  end
end

module ActionDispatch
  class Response
    # It is necessary to satisfy alias target.
    # TODO: Define this method to correct place.
    attr_accessor cache_control: untyped
  end
end

# Remove the fake types for Capybara
# if the real types are available.
module Capybara
  module DSL
  end

  module Minitest
    module Assertions
    end
  end

  module Poltergeist
    class Driver
    end
  end
end

# Remove the fake types for Minitest
# if the real types are available.
module Minitest
  module Assertions
  end
end

# Remove the fake types for Racc
# if the real types are available.
module Racc
  class Parser
  end
end

# Remove the fake types for Rack
# if the real types are available.
module Rack
  module Session
    class Dalli
    end
  end

  module Cache
    class MetaStore
    end

    class EntityStore
    end
  end

  module Test
    class UploadedFile
    end
  end
end

# Remove the fake types for Gem::Version
# if the real types are available.
module Gem
  class Version
  end
end

# Remove the fake types for SimpleDelegator
# if the real types are available.
class SimpleDelegator
end

module Rails
  class Engine
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
searchcraft-0.5.2 .gem_rbs_collection/actionpack/6.0/patch.rbs
searchcraft-0.5.1 .gem_rbs_collection/actionpack/6.0/patch.rbs
searchcraft-0.5.0 .gem_rbs_collection/actionpack/6.0/patch.rbs
searchcraft-0.4.2 .gem_rbs_collection/actionpack/6.0/patch.rbs
searchcraft-0.4.1 .gem_rbs_collection/actionpack/6.0/patch.rbs