1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-07-01 10:34:39 +02:00
dyndnsd/sorbet/rbi/rack.rbi
2020-02-29 14:07:46 +01:00

6 lines
81 B
Ruby

# typed: strong
class Rack::Auth::Basic
def initialize(app, *args); end
end