1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-06-18 02:34:39 +02:00
dyndnsd/sorbet/rbi/rack.rbi

6 lines
81 B
Plaintext
Raw Normal View History

2020-02-28 16:00:28 +01:00
# typed: strong
class Rack::Auth::Basic
def initialize(app, *args); end
end