Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/console1984/freezeable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down