Sha256: 8e4372eaeea4086267aca613b4a93393b3a6a92796987c1c647e39a593f7488c

Contents?: true

Size: 391 Bytes

Versions: 76

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

76 entries across 76 versions & 1 rubygems

Version Path
hephaestus-0.8.16.1 templates/sorbet/custom.rbi
hephaestus-0.8.16 templates/sorbet/custom.rbi
hephaestus-0.8.15.5 templates/sorbet/custom.rbi
hephaestus-0.8.15.4 templates/sorbet/custom.rbi
hephaestus-0.8.15.3 templates/sorbet/custom.rbi
hephaestus-0.8.15.2 templates/sorbet/custom.rbi
hephaestus-0.8.15.1 templates/sorbet/custom.rbi
hephaestus-0.8.15 templates/sorbet/custom.rbi
hephaestus-0.8.14 templates/sorbet/custom.rbi
hephaestus-0.8.13 templates/sorbet/custom.rbi
hephaestus-0.8.12.2 templates/sorbet/custom.rbi
hephaestus-0.8.12.1 templates/sorbet/custom.rbi
hephaestus-0.8.12 templates/sorbet/custom.rbi
hephaestus-0.8.11 templates/sorbet/custom.rbi
hephaestus-0.8.10 templates/sorbet/custom.rbi
hephaestus-0.8.9.2 templates/sorbet/custom.rbi
hephaestus-0.8.9.1 templates/sorbet/custom.rbi
hephaestus-0.8.9 templates/sorbet/custom.rbi
hephaestus-0.8.8 templates/sorbet/custom.rbi
hephaestus-0.8.7.5 templates/sorbet/custom.rbi