class Ardecy::Harden::Sysctl::SysNet

Public Instance Methods

fix() click to toggle source
# File lib/ardecy/harden/sysctl.rb, line 60
def fix
  return unless File.exist? @file

  NETWORK << "#{@line} = #{@exp}"
end