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.6.4 templates/sorbet/custom.rbi
hephaestus-0.6.3 templates/sorbet/custom.rbi
hephaestus-0.6.2 templates/sorbet/custom.rbi
hephaestus-0.6.1 templates/sorbet/custom.rbi
hephaestus-0.6.0 templates/sorbet/custom.rbi
hephaestus-0.5.2 templates/sorbet/custom.rbi
hephaestus-0.5.1 templates/sorbet/custom.rbi
hephaestus-0.5.0 templates/sorbet/custom.rbi
hephaestus-0.4.0 templates/sorbet/custom.rbi
hephaestus-0.3.1 templates/sorbet/custom.rbi
hephaestus-0.2.3 templates/sorbet/custom.rbi
hephaestus-0.2.2 templates/sorbet/custom.rbi
hephaestus-0.1.3 templates/sorbet/custom.rbi
hephaestus-0.1.2 templates/sorbet/custom.rbi
hephaestus-0.1.1 templates/sorbet/custom.rbi
hephaestus-0.0.2 templates/sorbet/custom.rbi
hephaestus-0.0.1 templates/sorbet/custom.rbi