Sha256: b3aa4e1f95c9ccfd0075bf2ccc993cc42885a4ef05352425c694555ba196c53a
Contents?: true
Size: 254 Bytes
Versions: 1
Compression:
Stored size: 254 Bytes
Contents
module RestFtpDaemon module HelpApis def get_censored_config config = Conf.to_hash config[:users] = Conf[:users].keys if Conf[:users] config[:endpoints] = Conf[:endpoints].keys if Conf[:endpoints] config end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rest-ftp-daemon-0.306.0 | lib/rest-ftp-daemon/help_apis.rb |