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