1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-11-15 02:56:15 +01: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