diff --git a/lib/console1984/freezeable.rb b/lib/console1984/freezeable.rb index 3f68c21..8be3142 100644 --- a/lib/console1984/freezeable.rb +++ b/lib/console1984/freezeable.rb @@ -28,7 +28,7 @@ def self.included(base) end module ClassMethods - SENSITIVE_INSTANCE_METHODS = %i[ instance_variable_get instance_variable_set ] + SENSITIVE_INSTANCE_METHODS = %i[ instance_variable_set ] def prevent_instance_data_manipulation SENSITIVE_INSTANCE_METHODS.each do |method|