Sha256: 8e4372eaeea4086267aca613b4a93393b3a6a92796987c1c647e39a593f7488c

Contents?: true

Size: 391 Bytes

Versions: 77

Compression:

Stored size: 391 Bytes

Contents

# typed: strong
# Custom, artisanal RBIs for stuff sorbet and tapioca aren't able to understand (yet?)
#
# It's likely that some of these could be corrected by adding a `sig` to the appropriate location(s)

module Authable
  sig { returns(ActionDispatch::Request) }
  def request; end
  sig { returns(ActionDispatch::Response) }
  def response; end

  sig { void}
  def bad_request; end
end

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
hephaestus-0.7.6.2 templates/sorbet/custom.rbi
hephaestus-0.7.6.1 templates/sorbet/custom.rbi
hephaestus-0.7.6 templates/sorbet/custom.rbi
hephaestus-0.7.5.3 templates/sorbet/custom.rbi
hephaestus-0.7.5.2 templates/sorbet/custom.rbi
hephaestus-0.7.5.1 templates/sorbet/custom.rbi
hephaestus-0.7.5 templates/sorbet/custom.rbi
hephaestus-0.7.4.2 templates/sorbet/custom.rbi
hephaestus-0.7.4.1 templates/sorbet/custom.rbi
hephaestus-0.7.4 templates/sorbet/custom.rbi
hephaestus-0.7.3.1 templates/sorbet/custom.rbi
hephaestus-0.7.3 templates/sorbet/custom.rbi
hephaestus-0.7.2.5 templates/sorbet/custom.rbi
hephaestus-0.7.2.4 templates/sorbet/custom.rbi
hephaestus-0.7.2.3 templates/sorbet/custom.rbi
hephaestus-0.7.2.2 templates/sorbet/custom.rbi
hephaestus-0.7.2.1 templates/sorbet/custom.rbi
hephaestus-0.7.2 templates/sorbet/custom.rbi
hephaestus-0.7.1 templates/sorbet/custom.rbi
hephaestus-0.7.0 templates/sorbet/custom.rbi