# File lib/smart_proxy_dhcp_remote_isc/file_parser.rb, line 5 def initialize super(nil) end
# File lib/smart_proxy_dhcp_remote_isc/file_parser.rb, line 9 def parse_config_and_leases_for_records(subnet_service, conf) @service = subnet_service super(conf) end