mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-11-15 02:56:15 +01:00
6 lines
81 B
Ruby
6 lines
81 B
Ruby
# typed: strong
|
|
|
|
class Rack::Auth::Basic
|
|
def initialize(app, *args); end
|
|
end
|