faraaz-deepsource / dev-checks

Use of deprecated class methods RB-LI1009
Bug risk
Major
1 occurrence in this check
ENV.dup is deprecated in favor of ENV.to_h.
 8
 9Socket.gethostbyname('hal')
10
11ENV.dup12
13# SomeKlass
14class SomeKlass