Closed amynz closed 1 year ago
This brings the self.not_#{flag_name}_condition methods in line with the self.#{flag_name}_condition methods.
self.not_#{flag_name}_condition
self.#{flag_name}_condition
This brings the
self.not_#{flag_name}_condition
methods in line with theself.#{flag_name}_condition
methods.